# 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_compute_buffers_helper" version = "0.1.3" description = "A simple helper crate to load buffers to a compute shader in Bevy" readme = "README.md" keywords = [ "bevy", "shader", "compute", "buffer", ] license = "MIT" repository = "https://github.com/Furetto126/Bevy-Compute-Buffers-Helper" [dependencies.bevy] version = "0.11" [dependencies.bevy_hanabi] version = "0.7" [dependencies.bytemuck] version = "1.13.1" [dependencies.futures-lite] version = "1.13.0" [dependencies.image] version = "0.24.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.noise] version = "0.8.2" [dependencies.rand] version = "0.8.5"