# 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 = "desk-x" version = "0.0.0" description = "The application platform for your cyberpunk desk" homepage = "https://github.com/Hihaheho/Desk" readme = "../../../README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Hihaheho/Desk" resolver = "2" [profile.release] lto = "thin" [dependencies.bevy] version = "0.7" [dependencies.bevy-inspector-egui] version = "0.10.0" optional = true [dependencies.console_error_panic_hook] version = "0.1" [dependencies.egui-plugin] version = "0.0.0" package = "desk-x-egui-plugin" [dependencies.web-sys] version = "0.3.57" [features] inspector = ["bevy-inspector-egui"]