# 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_mod_billboard" version = "0.7.0" authors = ["Bora Ülker"] exclude = [ "images", "assets", ] description = "Billboard text and texture support for bevy" homepage = "https://github.com/kulkalkul/bevy_mod_billboard.git" documentation = "https://docs.rs/bevy_mod_billboard" readme = "README.md" keywords = [ "bevy", "gamedev", "graphics", "billboard", "3dtext", ] categories = [ "rendering", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/kulkalkul/bevy_mod_billboard.git" [dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_text", "bevy_sprite", "bevy_winit", "x11", "wayland", ] default-features = false [dependencies.bitflags] version = "2.3" [dependencies.smallvec] version = "1.11.0" [dev-dependencies.bevy] version = "0.14"