# 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_ime" version = "0.1.4" authors = [ "https://twitter.com/8bitTD", "8bittd@gmail.com", ] description = "This is a plugin that supports Japanese input with bevy_egui" readme = "README.md" keywords = [ "ime", "bevy", "egui", ] license = "MIT" repository = "https://github.com/8bitTD/bevy_egui_ime" [dependencies.bevy] version = "0.14.0" [dependencies.bevy_egui] version = "0.28.0"