# 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_neosprite" version = "0.1.0-alpha.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Asset-driven sprite system built on top of Mesh2d" readme = "README.md" keywords = [ "bevy", "gamedev", "sprites", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbrea-c/bevy_neosprite" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "-Zunstable-options", "--cfg", "docsrs", ] [lib] name = "bevy_neosprite" path = "src/lib.rs" [[example]] name = "animated" path = "examples/animated.rs" [[example]] name = "animated_monkey" path = "examples/animated_monkey.rs" [[example]] name = "material" path = "examples/material.rs" [dependencies.bevy] version = "0.14.2" [dependencies.bitflags] version = "2.3" [dependencies.bytemuck] version = "1.5" features = ["derive"] [dependencies.fixedbitset] version = "0.5" [dependencies.guillotiere] version = "0.6.0" [dependencies.radsort] version = "0.1" [dependencies.rectangle-pack] version = "0.4" [dependencies.thiserror] version = "1.0" [features] webgl = [] webgpu = []