bscreensaver/Cargo.toml
Brian J. Tarricone 74e81e6581 Remove bscreensaver-dialog-gtk4
I don't think it's even possible to use gtk4 to build a dialog, as gtk4
has dropped GtkPlug/GtkSocket and doesn't support embedding anymore.
They also don't seem to give access to enough internals so I can build
it myself.
2022-05-04 01:03:26 -07:00

13 lines
176 B
TOML

[workspace]
members = [
"async-xcb",
"command",
"locker",
"dbus-service",
"dialog-gtk3",
# "dialog-iced",
"util",
"systemd",
"xcb-xembed",
]