remove webkitgtk from tauri-runtime

This commit is contained in:
FabianLars
2026-01-30 13:56:15 +01:00
parent 1c24ef8a2a
commit 655edd4d6e
3 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -9066,7 +9066,6 @@ dependencies = [
"tauri-utils",
"thiserror 2.0.12",
"url",
"webkit2gtk",
"webview2-com",
"windows 0.61.1",
]

View File

@@ -10,7 +10,7 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
tauri-runtime = { version = "2.9.1", path = "../tauri-runtime" }
tauri-runtime = { version = "2.9.2", path = "../tauri-runtime" }
tauri-utils = { version = "2.8.0", path = "../tauri-utils", features = [
"html-manipulation",
] }

View File

@@ -44,7 +44,6 @@ webview2-com = "0.38"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
gtk = { version = "0.18", features = ["v3_24"] }
webkit2gtk = { version = "=2.0", features = ["v2_40"] }
[target."cfg(target_os = \"android\")".dependencies]
jni = "0.21"