mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 13:45:18 +00:00
29 lines
767 B
TOML
29 lines
767 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display-listener",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"qemu-vte",
|
|
"xtask",
|
|
]
|
|
|
|
default-members = ["qemu-rdw"]
|
|
|
|
[patch.crates-io]
|
|
vnc = { git = 'https://github.com/elmarco/rust-vnc', branch = 'server' }
|
|
usbredirhost = { path = "../usbredir-rs/usbredirhost" }
|
|
libusb1-sys = { path = "../rusb/libusb1-sys" }
|
|
rusb = { path = "../rusb" }
|
|
zbus = { path = "../zbus/zbus" }
|
|
zvariant = { path = "../zbus/zvariant" }
|
|
|
|
[patch."https://gitlab.gnome.org/malureau/rdw.git"]
|
|
rdw = { path = '../rdw/rdw' }
|
|
|
|
[patch."https://github.com/gtk-rs/gtk4-rs"]
|
|
gdk4-wayland = { path = '../gtk4-rs/gdk4-wayland' }
|
|
gdk4-x11 = { path = '../gtk4-rs/gdk4-x11' }
|
|
gtk4 = { path = '../gtk4-rs/gtk4' }
|
|
gtk4-sys = { path = '../gtk4-rs/gtk4/sys' }
|