# 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" rust-version = "1.81.0" name = "firefly-rust" version = "0.7.1" authors = ["Firefly Zero team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for making Firefly Zero games" readme = "README.md" keywords = [ "gamedev", "firefly-zero", ] categories = [ "game-development", "no-std", "rendering", "api-bindings", "wasm", ] license = "MIT" repository = "https://github.com/firefly-zero/firefly-rust" [lib] name = "firefly_rust" path = "src/lib.rs" [[example]] name = "audio_chord" path = "examples/audio_chord/main.rs" [[example]] name = "audio_modulator" path = "examples/audio_modulator/main.rs" [[example]] name = "audio_noise" path = "examples/audio_noise/main.rs" [[example]] name = "audio_sawtooth" path = "examples/audio_sawtooth/main.rs" [[example]] name = "audio_sine" path = "examples/audio_sine/main.rs" [[example]] name = "audio_square" path = "examples/audio_square/main.rs" [[example]] name = "audio_triangle" path = "examples/audio_triangle/main.rs" [[example]] name = "image" path = "examples/image/main.rs" [[example]] name = "triangle" path = "examples/triangle/main.rs" [dependencies.nalgebra] version = "0.33.2" optional = true default-features = false [dependencies.talc] version = "4.4.2" features = ["lock_api"] optional = true default-features = false [features] alloc = [] default = [] nalgebra = ["dep:nalgebra"] panic_info = ["alloc"] std = ["alloc"] sudo = [] talc = [ "dep:talc", "alloc", ]