Remove submodule wry

This commit is contained in:
chrox
2024-11-21 13:43:35 +01:00
parent e0e6045d97
commit e6e960d2b6
4 changed files with 2 additions and 5 deletions
-3
View File
@@ -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
+2
View File
@@ -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",
-1
View File
@@ -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"
Submodule packages/wry deleted from eb0c8163f1