mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
791f13054e
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
21 lines
551 B
TOML
21 lines
551 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display",
|
|
"qemu-rdw",
|
|
"qemu-vnc",
|
|
"qemu-vte",
|
|
"xtask",
|
|
]
|
|
|
|
default-members = ["qemu-rdw"]
|
|
|
|
[patch.crates-io]
|
|
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
|
|
zbus = { git = "https://gitlab.freedesktop.org/dbus/zbus.git" }
|
|
zvariant = { git = "https://gitlab.freedesktop.org/dbus/zbus.git" }
|
|
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }
|
|
#zbus = { path = "../zbus/zbus" }
|
|
#zvariant = { path = "../zbus/zvariant" }
|
|
#rdw4 = { path = "../rdw/rdw4" }
|