bscreensaver/dialog-gtk4/Cargo.toml
Brian J. Tarricone 2e86445c3d 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.
2022-05-03 17:05:06 -07:00

10 lines
252 B
TOML

[package]
name = "bscreensaver-dialog-gtk4"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk = { version = "0.4", package = "gtk4", features = ["v4_6"]}
gdk-x11 = { version = "0.4", package = "gdk4-x11", features = ["v4_4", "xlib"]}
x11 = "2.19"