fix: add cef-dll-sys patch for Windows

This commit is contained in:
Lucas Nogueira
2026-05-07 09:30:14 -03:00
parent 77efbab515
commit 06af78ae51
2 changed files with 536 additions and 169 deletions
Generated
+534 -169
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -44,3 +44,5 @@ opt-level = "s"
tauri = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-utils = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-plugin = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
tauri-build = { git = "https://github.com/tauri-apps/tauri.git", branch = "feat/cef" }
cef-dll-sys = { git = "https://github.com/tauri-apps/cef-rs", branch = "fix/146-location-windows" }