# 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_sprite_instancing" version = "0.1.1" authors = ["Mark Poliakov "] exclude = [ "*.gif", "assets/*", ] description = "A Bevy plugin to render lots of instanced sprites" homepage = "https://github.com/alnyan/bevy_sprite_instancing" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/alnyan/bevy_sprite_instancing" [dependencies.bevy] version = "^0.10.1" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "bevy_sprite", ] default-features = false [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.field-offset] version = "0.3.5" [dev-dependencies.bevy] version = "^0.10.1" [dev-dependencies.rand] version = "0.8.5"