# 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 = "bevy_doryen" version = "0.6.0" exclude = [ "/www/", "/demo_thumbnails/", "/example_runner/", "/.github/", ] description = "A Bevy plugin that integrates the Doryen roguelike library with Bevy" readme = "README.md" keywords = [ "game", "engine", "gamedev", "graphics", "bevy", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ilyvion/bevy_doryen" [profile.dev.package."*"] opt-level = 3 [profile.release.package.example_runner] opt-level = "z" [[example]] name = "unicode" doc-scrape-examples = false [[example]] name = "demo" doc-scrape-examples = false [[example]] name = "basic" doc-scrape-examples = true [dependencies.bevy_app] version = "0.14" [dependencies.bevy_asset] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dependencies.doryen-rs] version = "1.3.0" [dev-dependencies.bevy_state] version = "0.14" [dev-dependencies.doryen-fov] version = "0.1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.unicode-segmentation] version = "1.10"