# 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_text_mode" version = "0.4.0" authors = ["yopox yopoxdev@gmail.com"] exclude = [ "assets/", "examples/", ] description = "Bevy plugin adding a texture atlas sprite with configurable background and foreground colors." homepage = "https://github.com/yopox/bevy_text_mode" readme = "readme.md" keywords = [ "bevy", "graphics", "textmode", "palette", ] license = "Apache-2.0" repository = "https://github.com/yopox/bevy_text_mode" [dependencies.bevy] version = "0.14" [dependencies.bevy_sprite] version = "0.14" [dependencies.bitflags] version = "2.3" [dependencies.bytemuck] version = "1.5" features = ["derive"] [dependencies.fixedbitset] version = "0.4"