From 76e6e761312c424215f06f78b406152959e33e88 Mon Sep 17 00:00:00 2001 From: Jovi Hsu Date: Mon, 31 Oct 2022 06:12:44 +0000 Subject: [PATCH] remove rdp-rs from submodule --- webrdp/Cargo.toml | 2 +- webrdp/rdp-rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 160000 webrdp/rdp-rs diff --git a/webrdp/Cargo.toml b/webrdp/Cargo.toml index d4b4c8b..b795217 100644 --- a/webrdp/Cargo.toml +++ b/webrdp/Cargo.toml @@ -14,7 +14,7 @@ default = ["console_error_panic_hook"] wasm-bindgen = "0.2.63" js-sys = "0.3" x509-parser = "0.14.0" -rdp-rs = { path = "./rdp-rs", default-features = false } +rdp-rs = { git = "https://github.com/HsuJv/rdp-rs", default-features = false } wasm-timer = "0.2.5" # websocket diff --git a/webrdp/rdp-rs b/webrdp/rdp-rs deleted file mode 160000 index bbb0eaf..0000000 --- a/webrdp/rdp-rs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bbb0eaf86fe016ebf5414c6cd0125d1e374c1877