Initial import. Most things seem working.
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.
This commit is contained in:
8
dialog-iced/Cargo.toml
Normal file
8
dialog-iced/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "bscreensaver-dialog-iced"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bscreensaver-util = { path = "../util" }
|
||||
xcb = { version = "1.1", features = ["randr"] }
|
0
dialog-iced/src/main.rs
Normal file
0
dialog-iced/src/main.rs
Normal file
Reference in New Issue
Block a user