# 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_dev" version = "0.3.1" authors = ["Vixen "] description = "Dev tools for Bevy Engine" readme = "README.md" keywords = [ "prototype", "devtools", "textures", "assets", ] categories = [ "game-engines", "game-development", ] license = "MIT" repository = "https://github.com/Vixenka/bevy_dev" [dependencies.bevy] version = "0.13.2" features = [ "bevy_render", "bevy_pbr", "png", ] default-features = false [dependencies.bevy_egui] version = "0.27" optional = true [dependencies.random_color] version = "0.8.0" [dependencies.rust-embed] version = "8.3.0" [dependencies.uuid] version = "1.7.0" [dev-dependencies.bevy] version = "0.13.2" features = [ "bevy_winit", "tonemapping_luts", ] default-features = false [features] default = ["ui"] ui = ["dep:bevy_egui"]