Watch
1
0
Fork
You've already forked souveraine
0

wry host compiles: tao 0.36 event loop, Cow bodies, app id is the program name

This commit is contained in:
Fimeg 2026-08-05 21:00:35 -04:00
commit d4f9213a34
3 changed files with 26 additions and 19 deletions

View file

@ -170,6 +170,7 @@ wayland-client = { version = "0.31", optional = true }
wayland-protocols = { version = "0.32", optional = true, features = ["client", "staging"] }
wry = { version = "0.56.0", optional = true }
tao = { version = "0.36.0", optional = true }
gtk = { version = "0.18", optional = true }
@ -222,7 +223,7 @@ strip = true
panic = "abort"
[features]
web = ["dep:wry", "dep:tao"]
web = ["dep:wry", "dep:tao", "dep:gtk"]
default = ["figlet-rs"]
figlet-rs = ["dep:figlet-rs"]
cowsay = ["dep:cowsay"]
@ -239,6 +240,7 @@ secrets = ["dep:zbus", "dep:zvariant", "dep:aes", "dep:cbc", "dep:cipher", "dep:
sessiond = ["dep:wayland-client", "dep:wayland-protocols"]
wry = ["dep:wry"]
tao = ["dep:tao"]
gtk = ["dep:gtk"]
[[bin]]
name = "souveraine-web"