# 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_keith" version = "0.1.0" authors = ["Jerome Humbert "] exclude = [ ".github", "media/*.gif", ] description = "2D graphics library for the Bevy game engine" homepage = "https://github.com/djeedai/bevy_keith" documentation = "https://docs.rs/bevy_keith" readme = "README.md" keywords = [ "bevy", "graphics", "2d", ] license = "MIT OR Apache-2.0" repository = "https://github.com/djeedai/bevy_keith" resolver = "2" [[example]] name = "quad" required-features = [ "bevy/bevy_winit", "bevy/png", ] [[example]] name = "text" required-features = [ "bevy/bevy_winit", "bevy/png", ] [[example]] name = "ui" required-features = [ "bevy/bevy_winit", "bevy/png", ] [[example]] name = "alpha" required-features = [ "bevy/bevy_winit", "bevy/png", ] [dependencies.ab_glyph] version = "0.2" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_render", "bevy_text", "bevy_sprite", ] default-features = false [dependencies.bitflags] version = "2.3" [dependencies.bytemuck] version = "1" features = ["derive"] [dependencies.glyph_brush_layout] version = "0.2" [dev-dependencies.bevy-inspector-egui] version = "0.25"