firefly-rust 0.13.0

Rust SDK for making Firefly Zero games
Documentation
# 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 = "2024"
rust-version = "1.89.0"
name = "firefly-rust"
version = "0.13.0"
authors = ["Firefly Zero team"]
build = false
autolib = 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"

[package.metadata.docs.rs]
features = ["alloc"]

[features]
alloc = []
default = []
firefly-toml = ["dep:firefly-toml"]
nalgebra = ["dep:nalgebra"]
panic-info = ["alloc"]
std = ["alloc"]
sudo = []
talc = [
    "dep:talc",
    "alloc",
]

[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.firefly-toml]
version = "0.1.0"
optional = true

[dependencies.nalgebra]
version = "0.34.1"
optional = true
default-features = false

[dependencies.talc]
version = "4.4.3"
features = ["lock_api"]
optional = true
default-features = false