Skip to content

Commit f9c923d

Browse files
committed
Remove forced glib dependency to fix Windows build
- glib 0.20 requires pkg-config which isn't available on Windows - Windows builds use WebView2, not GLib - The glib vulnerability will be fixed when Tauri updates its dependencies
1 parent 31013dd commit f9c923d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

frontend/src-tauri/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ log = "0.4"
2424
tauri = { version = "2.9.5", features = [] }
2525
tauri-plugin-log = "2"
2626
tokio = { version = "1", features = ["full"] }
27-
# Force glib 0.20.0+ to fix RUSTSEC-2024-0429 vulnerability
28-
glib = "0.20"

0 commit comments

Comments
 (0)