# 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 = "iyes_perf_ui" version = "0.3.0" authors = ["Ida 'Iyes'"] build = false exclude = [ "assets/*", "screenshots/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Customizable Performance/Debug Overlay for Bevy UI" homepage = "https://github.com/IyesGames/iyes_perf_ui" readme = "README.md" keywords = [ "gamedev", "bevy", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/IyesGames/iyes_perf_ui" [lib] name = "iyes_perf_ui" path = "src/lib.rs" [[example]] name = "custom" path = "examples/custom.rs" [[example]] name = "custom_minimal" path = "examples/custom_minimal.rs" [[example]] name = "fps_minimalist" path = "examples/fps_minimalist.rs" [[example]] name = "settings" path = "examples/settings.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "specific_entries" path = "examples/specific_entries.rs" [[example]] name = "toggle" path = "examples/toggle.rs" [dependencies.bevy] version = "0.14" features = ["bevy_ui"] default-features = false [dependencies.chrono] version = "0.4.35" features = ["clock"] optional = true default-features = false [dependencies.num-traits] version = "0.2.18" [dev-dependencies.bevy] version = "0.14" default-features = true [features] chrono = ["dep:chrono"] default = [ "entries", "widgets", "sysinfo", ] entries = [] sysinfo = [ "bevy/sysinfo_plugin", "bevy/multi_threaded", ] widgets = []