qemu-display/Cargo.toml

16 lines
310 B
TOML
Raw Normal View History

2021-01-23 16:03:56 +00:00
[workspace]
members = [
"keycodemap",
"qemu-display",
"qemu-rdw",
"qemu-vnc",
"qemu-vte",
"xtask",
]
2021-01-23 16:03:56 +00:00
default-members = ["qemu-rdw"]
2021-02-09 20:53:06 +00:00
[patch.crates-io]
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }