Move tauri-sys to proper repo
This commit is contained in:
parent
99f20ae465
commit
f18a360982
2 changed files with 27 additions and 26 deletions
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue