From 24cca852892413651aed7a0a8137c4031faded76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 27 Mar 2024 15:15:52 +0400 Subject: [PATCH] Cargo.toml: back to rdw.git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ccd281..d16c55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ resolver = "2" 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 = { path = "../rdw/rdw4" } +rdw4 = { git = "https://gitlab.gnome.org/malureau/rdw.git" }