# 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 = "aether_spyglass" version = "0.2.0" description = "A general-purpose extensible inspector for bevy engine" documentation = "https://docs.rs/aether_spyglass/0.1.0/aether_spyglass/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/PROMETHIA-27/aether_spyglass" [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.11" default-features = false [dependencies.bevy_egui] version = "0.21.0" [dev-dependencies.bevy] version = "0.11" features = [ "bevy_winit", "bevy_render", "bevy_core_pipeline", "bevy_pbr", ] default-features = false