# 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_app_compute" version = "0.10.3" authors = ["Kjolnyr "] description = "App compute plugin for Bevy" homepage = "https://github.com/Kjolnyr/bevy_app_compute" documentation = "https://docs.rs/bevy_app_compute" readme = "README.md" categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Kjolnyr/bevy_app_compute" [[example]] name = "simple" [[example]] name = "multi_pass" [[example]] name = "one_shot" [[example]] name = "boids" [dependencies.bevy] version = "0.10.1" [dependencies.bytemuck] version = "1.13.1" [dependencies.codespan-reporting] version = "0.11.1" [dependencies.futures-lite] version = "1.13.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.wgpu] version = "0.15.1" [dev-dependencies.rand] version = "0.8.5"