diff --git a/Cargo.toml b/Cargo.toml index a46dd7f..9d841d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ default-members = ["qemu-rdw"] 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" } +#rdw4 = { path = "../rdw/rdw4" }