Move tauri-sys to proper repo

This commit is contained in:
Bianca Fürstenau 2025-03-04 16:44:41 +01:00
parent 99f20ae465
commit f18a360982
2 changed files with 27 additions and 26 deletions

View file

@ -36,7 +36,7 @@ tauri-build = { version = "2", features = [] }
[dependencies]
leptos = { version = "^0.7", features = ["csr"] }
leptos_router = { version = "^0.7" }
tauri-sys = { path = "../tauri-sys", features = ["core"] }
tauri-sys = { git = "ssh://git@gitea.mathebau.de:3022/Peter/tauri-sys.git", branch = "v2", features = ["core"] }
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1" }