# 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 = "apparatus" version = "0.0.2" description = "A 2D game engine" readme = "README.md" keywords = ["gamedev", "game", "engine", "2d"] categories = ["game-development", "game-engines"] license = "MIT" repository = "https://github.com/junglie85/apparatus" resolver = "2" [profile.dev] opt-level = 3 lto = "thin" debug = 2 debug-assertions = true overflow-checks = true incremental = true [[example]] name = "geometry" path = "examples/geometry/main.rs" [[example]] name = "mini-platformer" path = "examples/mini_platformer/main.rs" [[example]] name = "mini-rpg" path = "examples/mini_rpg/main.rs" [[example]] name = "perlin-noise" path = "examples/perlin_noise/main.rs" [[example]] name = "retro-racer" path = "examples/retro_racer/main.rs" [[example]] name = "worms" path = "examples/worms/main.rs" [dependencies.flexi_logger] version = "0.22" features = ["async", "use_chrono_for_offset"] [dependencies.fontdue] version = "0.6" [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.log] version = "0.4" [dependencies.minifb] version = "0.20" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.rand] version = "0.8"