mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
remove unnessecary deps
This commit is contained in:
parent
fac097f51a
commit
30e023f383
@ -16,8 +16,6 @@ serde_json = "1.0.41"
|
||||
serde = "1.0.104"
|
||||
serde_derive = "1.0.104"
|
||||
tiny_http = "0.6"
|
||||
phf = "0.8.0"
|
||||
tauri_includedir = "0.5.0"
|
||||
tauri = <%= tauriDep || `{ version = "0.2.0" }` %>
|
||||
|
||||
[target."cfg(windows)".build-dependencies]
|
||||
|
@ -26,8 +26,6 @@ serde_json = "1.0.41"
|
||||
serde = "1.0.104"
|
||||
serde_derive = "1.0.104"
|
||||
tiny_http = "0.6"
|
||||
phf = "0.8.0"
|
||||
tauri_includedir = "0.5.0"
|
||||
|
||||
[dependencies.tauri]
|
||||
path = "../../../../tauri"
|
||||
|
Loading…
Reference in New Issue
Block a user