Brian J. Tarricone
74e81e6581
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.
13 lines
176 B
TOML
13 lines
176 B
TOML
[workspace]
|
|
members = [
|
|
"async-xcb",
|
|
"command",
|
|
"locker",
|
|
"dbus-service",
|
|
"dialog-gtk3",
|
|
# "dialog-iced",
|
|
"util",
|
|
"systemd",
|
|
"xcb-xembed",
|
|
]
|