wry host compiles: tao 0.36 event loop, Cow bodies, app id is the program name
This commit is contained in:
parent
620c7d313d
commit
d4f9213a34
3 changed files with 26 additions and 19 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue