Merge c643000e6f into 95756b1a57
This commit is contained in:
commit
d1d41e4870
2 changed files with 2 additions and 2 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 = [
|
||||||
|
|
|
||||||
2
iced
2
iced
|
|
@ -1 +1 @@
|
||||||
Subproject commit 78caabba7ef91cd1030da6f70b41d266704ffece
|
Subproject commit aa2a870c357284630045b05186fa7a6313c27693
|
||||||
Loading…
Add table
Add a link
Reference in a new issue