# 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_kot" version = "0.11.0" authors = ["koe "] description = "Koe's Bevy toolkit" readme = "README.md" keywords = [ "gamedev", "ui", "reactive", ] license = "MIT OR Apache-2.0" repository = "https://github.com/UkoeHB/bevy_kot" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] path = "src/lib.rs" test = false doctest = false [dependencies.bevy_kot_ecs] version = "0.11.0" default-features = false [dependencies.bevy_kot_misc] version = "0.11.0" default-features = false [dependencies.bevy_kot_ui] version = "0.11.0" default-features = false [dependencies.bevy_kot_utils] version = "0.11.0" default-features = false [dev-dependencies.bevy] version = "0.12" features = ["dynamic_linking"] default-features = true [dev-dependencies.bevy_lunex] version = "0.0.9" [dev-dependencies.bevy_lunex_core] version = "0.0.9" [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] builtin_ui = ["bevy_kot_ui/builtin"] default = ["builtin_ui"]