# 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 = "gba" version = "0.13.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for 'raw' style GBA development. If you want a 'managed' experience, try the `agb` crate instead." readme = "README.md" license = "Zlib OR Apache-2.0 OR MIT" repository = "https://github.com/rust-console/gba" [package.metadata.docs.rs] targets = ["armv5te-unknown-linux-gnueabi"] [profile.dev] opt-level = 3 incremental = false [profile.dev.package."*"] debug-assertions = false [profile.release] codegen-units = 1 incremental = false [lib] name = "gba" path = "src/lib.rs" [[example]] name = "asm_scratch" path = "examples/asm_scratch.rs" [[example]] name = "game" path = "examples/game.rs" [[example]] name = "game_vblank_draw" path = "examples/game_vblank_draw.rs" [[example]] name = "hello" path = "examples/hello.rs" [[example]] name = "mode3_pong_example_game" path = "examples/mode3_pong_example_game.rs" [[example]] name = "mode3_realtime_example" path = "examples/mode3_realtime_example.rs" [[example]] name = "video3_test" path = "examples/video3_test.rs" [[example]] name = "video4_test" path = "examples/video4_test.rs" [dependencies.bitfrob] version = "1" [dependencies.bracer] version = "0.3.1" [dependencies.bytemuck] version = "1.17.1" [dependencies.critical-section] version = "1.2" features = ["restore-state-bool"] optional = true [dependencies.fixed] version = "1.28.0" optional = true [dependencies.voladdress] version = "1.3.0" [features] default = [ "track_caller", "on_gba", ] fixed = ["dep:fixed"] on_gba = [] track_caller = []