mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-09 17:40:05 +00:00
fc56b9fcb8
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
16 lines
310 B
TOML
16 lines
310 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" }
|
|
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }
|