# 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 = "playdate-rs" version = "0.0.15" authors = ["Wenyu Zhao "] description = "Safe Rust bindings for the Playdate SDK C-CPI" homepage = "https://github.com/rusty-crank/playdate-rs" documentation = "https://docs.rs/playdate-rs" readme = "README.md" keywords = [ "playdate", "gamedev", ] categories = [ "api-bindings", "embedded", "game-development", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rusty-crank/playdate-rs" [[example]] name = "hello_world" crate-type = [ "cdylib", "staticlib", ] [[example]] name = "mandelbrot" crate-type = [ "cdylib", "staticlib", ] [dependencies.bitmask-enum] version = "2.2.2" [dependencies.no_std_io] version = "0.6.0" features = ["alloc"] [dependencies.num-traits] version = "0.2" features = ["libm"] default-features = false [dependencies.playdate-rs-macros] version = "0.0.15" [dependencies.playdate-rs-sys] version = "0.0.12" [dependencies.rand] version = "0.8.5" features = ["small_rng"] default-features = false [dependencies.spin] version = "0.9.8"