fix(iced): double IME commit on GNOME desktop

This commit is contained in:
KENZ 2026-04-20 00:03:20 +09:00 committed by GitHub
parent 6dba6a2561
commit dc84488cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ desktop-systemd-scope = ["desktop", "dep:zbus"]
# Enables keycode serialization
serde-keycode = ["iced_core/serde"]
# Prevents multiple separate process instances.
single-instance = ["zbus/blocking-api", "ron"]
single-instance = ["iced_winit/single-instance", "zbus/blocking-api", "ron"]
# smol async runtime
smol = ["dep:smol", "iced/smol", "zbus?/async-io", "rfd?/async-std"]
tokio = [