# 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-egui-kbgp" version = "0.20.0" authors = ["IdanArye "] description = "Better keyboard and gamepad story for egui in Bevy" documentation = "https://docs.rs/bevy-egui-kbgp" readme = "README.md" keywords = [ "bevy", "egui", "input", ] categories = [ "game-engines", "gui", ] license = "MIT/Apache-2.0" repository = "https://github.com/idanarye/bevy-egui-kbgp" [dependencies.bevy] version = "^0.14" default-features = false [dependencies.bevy_egui] version = "^0.28" default-features = false [dev-dependencies.bevy] version = "^0.14" features = [ "bevy_gilrs", "x11", "bevy_state", ] default-features = false [dev-dependencies.bevy_egui] version = "^0.28" features = [ "default_fonts", "render", ] default-features = false