bevy_egui_ime 0.1.4

This is a plugin that supports Japanese input with bevy_egui
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bevy_egui_ime"
version = "0.1.4"
edition = "2021"
authors = ["https://twitter.com/8bitTD", "8bittd@gmail.com"]
repository = "https://github.com/8bitTD/bevy_egui_ime"
keywords = ["ime", "bevy", "egui"]
license = "MIT"
readme = "README.md"
description = "This is a plugin that supports Japanese input with bevy_egui"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = "0.14.0"
bevy_egui = "0.28.0"