# 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_firework" version = "0.5.0" description = "CPU-driven, batch-rendered particle system for the Bevy game engine" readme = "README.md" keywords = [ "bevy", "gamedev", "particles", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbrea-c/bevy_firework" resolver = "2" [[example]] name = "collision" required-features = ["physics_avian"] [[example]] name = "stress_test" required-features = ["physics_avian"] [[example]] name = "stress_test_collision" required-features = ["physics_avian"] [dependencies.avian3d] version = "0.1" features = ["serialize"] optional = true [dependencies.bevy] version = "0.14" [dependencies.bevy_utilitarian] version = "0.5" [dependencies.bytemuck] version = "1.14.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["physics_avian"] physics_avian = ["dep:avian3d"]