mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-11-10 01:50:00 +00:00
865aec3f31
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
14 lines
343 B
TOML
14 lines
343 B
TOML
[workspace]
|
|
members = [
|
|
"keycodemap",
|
|
"qemu-display-listener",
|
|
"qemu-gtk4",
|
|
"qemu-vnc",
|
|
"xtask",
|
|
]
|
|
|
|
[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' }
|