Remove submodule wry
This commit is contained in:
@@ -4,6 +4,3 @@
|
||||
[submodule "packages/tauri"]
|
||||
path = packages/tauri
|
||||
url = git@github.com:chrox/tauri.git
|
||||
[submodule "packages/wry"]
|
||||
path = packages/wry
|
||||
url = git@github.com:chrox/wry.git
|
||||
|
||||
Generated
+2
@@ -6352,6 +6352,8 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
||||
[[package]]
|
||||
name = "wry"
|
||||
version = "0.47.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "61ce51277d65170f6379d8cda935c80e3c2d1f0ff712a123c8bddb11b31a4b73"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"block2",
|
||||
|
||||
@@ -32,7 +32,6 @@ tauri-build = "2.0.1"
|
||||
tauri-plugin-devtools = "2.0.0"
|
||||
[patch.crates-io]
|
||||
tauri = { path = "../../../packages/tauri/crates/tauri" }
|
||||
wry = { path = "../../../packages/wry" }
|
||||
|
||||
[target."cfg(target_os = \"macos\")".dependencies]
|
||||
cocoa = "0.25"
|
||||
|
||||
-1
Submodule packages/wry deleted from eb0c8163f1
Reference in New Issue
Block a user