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