# 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 = "ui4" version = "0.1.3" description = "A reactive vdom-free ui library for the bevy game engine" keywords = ["ui", "bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/TheRawMeatball/ui4" resolver = "2" [dependencies.ahash] version = "0.7" [dependencies.bevy] version = "0.6" features = ["render"] default-features = false [dependencies.bevy-inspector-egui] version = "0.7" default-features = false [dependencies.concat-idents] version = "1.1.3" [dependencies.crossbeam-channel] version = "0.5.1" [dependencies.dashmap] version = "5" [dependencies.derive_more] version = "0.99.16" [dependencies.morphorm] version = "0.3" [dependencies.parking_lot] version = "0.11.2" [dependencies.smallvec] version = "1" [dependencies.ui4-macros] version = "0.1.0" [features] default = [] nightly = []