fix: enable IME input by working around bevy_winit bug (#19)

* fix: enable IME input by working around bevy_winit initialization bug
This commit is contained in:
elm
2026-02-06 00:43:49 +09:00
committed by GitHub
parent 22210c664b
commit 2afc7bb0de
2 changed files with 40 additions and 0 deletions

View File

@@ -34,6 +34,7 @@
- Fixed so that the webview can detect pointers correctly even if it is not the root entity.
- Avoid a crash when updating the cursor icon
- Fixed IME input not working due to `bevy_winit` not calling `set_ime_allowed()` on initial window creation
## v0.1.0