# 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_quill" version = "0.1.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reactive UI framework for Bevy" readme = "README.md" keywords = [ "bevy", "ui", "reactive", ] license = "MIT OR Apache-2.0" repository = "https://github.com/viridia/quill" [lib] name = "bevy_quill" path = "src/lib.rs" [[example]] name = "buttons" path = "examples/buttons.rs" [[example]] name = "colors" path = "examples/colors.rs" [[example]] name = "complex" path = "examples/complex/main.rs" [[example]] name = "complex1" path = "examples/complex1.rs" [[example]] name = "controls" path = "examples/controls.rs" [[example]] name = "dynamic" path = "examples/dynamic.rs" [[example]] name = "hover" path = "examples/hover.rs" [[example]] name = "iter" path = "examples/iter.rs" [[example]] name = "overlay" path = "examples/overlay.rs" [[example]] name = "pause" path = "examples/pause.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.bevy] version = "0.14.0" [dependencies.bevy_mod_stylebuilder] version = "0.1.3" [dependencies.bevy_quill_core] version = "0.1.3" [dependencies.impl-trait-for-tuples] version = "0.2.2" [dependencies.smallvec] version = "1.13.2" [dev-dependencies.bevy_mod_picking] version = "0.20.1" features = [ "debug", "backend_raycast", "backend_bevy_ui", ] default-features = false [dev-dependencies.bevy_quill_obsidian_inspect] version = "0.1.2" [dev-dependencies.bevy_quill_overlays] version = "0.1.2" [features] verbose = [] [lints.clippy] type_complexity = "allow"