# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ogc-rs" version = "0.1.1" authors = ["rust-wii"] description = "A Rust wrapper library for devkitPro's libogc" homepage = "https://github.com/rust-wii/ogc-rs" documentation = "https://docs.rs/ogc-rs/" readme = "README.md" keywords = [ "wii", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/rust-wii/ogc-rs" resolver = "2" [lib] crate-type = ["rlib"] [dependencies.bit_field] version = "0.10.1" [dependencies.bitflags] version = "1.3" [dependencies.cfg-if] version = "1.0" [dependencies.cstr_core] version = "0.2" [dependencies.glam] version = "0.19.0" features = ["libm"] optional = true default-features = false [dependencies.libc] version = "0.2" [dependencies.libm] version = "0.2" [dependencies.num_enum] version = "0.5" default-features = false [dependencies.ogc-sys] version = "0.1.1" [dependencies.voladdress] version = "0.4" [features] ffi = [] glam_compat = ["glam"] mmio = []