Brian J. Tarricone
2e86445c3d
This includes an abortive attempt to do a gtk4 dialog (which I don't think is possible, as gtk4 doesn't allow embedding toplevels anymore), and an iced dialog, which I just never started writing.
9 lines
184 B
TOML
9 lines
184 B
TOML
[package]
|
|
name = "bscreensaver-dialog-iced"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bscreensaver-util = { path = "../util" }
|
|
xcb = { version = "1.1", features = ["randr"] }
|