qemu-display/Cargo.toml

23 lines
583 B
TOML
Raw Normal View History

2021-01-23 20:03:56 +04:00
[workspace]
members = [
"keycodemap",
"qemu-display",
"qemu-rdw",
"qemu-vnc",
"qemu-vte",
"xtask",
]
default-members = ["qemu-rdw"]
2023-07-22 12:51:33 +04:00
resolver = "2"
[workspace.dependencies]
qemu-display = { path = "qemu-display", version = "0.1" }
keycodemap = { path = "keycodemap", version = "0.1" }
zbus = "4"
2021-02-10 00:53:06 +04:00
[patch.crates-io]
2023-07-22 12:51:33 +04:00
zbus = { git = "https://github.com/dbus2/zbus.git" }
zvariant = { git = "https://github.com/dbus2/zbus.git" }
vnc = { git = "https://github.com/elmarco/rust-vnc", branch = "server" }
rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }