fix(iced): double IME commit on GNOME desktop
This commit is contained in:
parent
6dba6a2561
commit
dc84488cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ desktop-systemd-scope = ["desktop", "dep:zbus"]
|
||||||
# Enables keycode serialization
|
# Enables keycode serialization
|
||||||
serde-keycode = ["iced_core/serde"]
|
serde-keycode = ["iced_core/serde"]
|
||||||
# Prevents multiple separate process instances.
|
# 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 async runtime
|
||||||
smol = ["dep:smol", "iced/smol", "zbus?/async-io", "rfd?/async-std"]
|
smol = ["dep:smol", "iced/smol", "zbus?/async-io", "rfd?/async-std"]
|
||||||
tokio = [
|
tokio = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue