# 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_rectray" version = "0.1.1" authors = ["Mincong Lu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A minimal 2d layout system for bevy. """ readme = "README.md" keywords = [ "bevy", "layout", "ui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/bevy_rectray" [lib] name = "bevy_rectray" path = "src/lib.rs" [[example]] name = "3d_layout" path = "examples/3d_layout.rs" [[example]] name = "anchors" path = "examples/anchors.rs" [[example]] name = "layout" path = "examples/layout.rs" [[example]] name = "text" path = "examples/text.rs" [dependencies.bevy_app] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.bevy_hierarchy] version = "0.14.0" [dependencies.bevy_math] version = "0.14.0" [dependencies.bevy_reflect] version = "0.14.0" [dependencies.bevy_transform] version = "0.14.0" [dependencies.downcast-rs] version = "1.2.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.bevy] version = "0.14.0" [dev-dependencies.fastrand] version = "2.1.0" [dev-dependencies.itertools] version = "0.13.0"