mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
c8b236f092
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
26 lines
769 B
TOML
26 lines
769 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display-listener",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"qemu-vte",
|
|
"xtask",
|
|
]
|
|
|
|
default-members = ["qemu-rdw"]
|
|
|
|
[patch.crates-io]
|
|
zbus = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' }
|
|
zvariant = { git = 'https://gitlab.freedesktop.org/dbus/zbus.git' }
|
|
vnc = { git = 'https://github.com/elmarco/rust-vnc', branch = 'server' }
|
|
|
|
[patch."https://gitlab.gnome.org/malureau/rdw.git"]
|
|
rdw = { path = '/home/elmarco/src/rdw/rdw' }
|
|
|
|
[patch."https://github.com/gtk-rs/gtk4-rs"]
|
|
gdk4-wayland = { path = '/home/elmarco/src/gtk4-rs/gdk4-wayland' }
|
|
gdk4-x11 = { path = '/home/elmarco/src/gtk4-rs/gdk4-x11' }
|
|
gtk4 = { path = '/home/elmarco/src/gtk4-rs/gtk4' }
|
|
gtk4-sys = { path = '/home/elmarco/src/gtk4-rs/gtk4/sys' }
|