# 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-aabb-instancing-011" version = "0.9.2" authors = [ "Duncan Fairbanks ", "Zhixing Zhang ", ] description = "Render millions of AABB instances in Bevy." readme = "README.md" keywords = [ "bevy", "aabb", "cube", "instancing", "render", ] license = "Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy-aabb-instancing/" [[example]] name = "wave" path = "examples/wave.rs" [[example]] name = "bloom" path = "examples/bloom.rs" required-features = [ "bevy/ktx2", "bevy/tonemapping_luts", "bevy/zstd", ] [dependencies.bevy] version = "0.11" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "x11", ] default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.smooth-bevy-cameras] version = "0.8" [features] trace = ["bevy/trace_chrome"]