Kaynağa Gözat

chore: change tauri to git repo

GyDi 3 yıl önce
ebeveyn
işleme
26ef4c9961
2 değiştirilmiş dosya ile 314 ekleme ve 254 silme
  1. 311 253
      src-tauri/Cargo.lock
  2. 3 1
      src-tauri/Cargo.toml

Dosya farkı çok büyük olduğundan ihmal edildi
+ 311 - 253
src-tauri/Cargo.lock


+ 3 - 1
src-tauri/Cargo.toml

@@ -18,7 +18,9 @@ chrono = "0.4.19"
 serde_json = "1.0"
 serde_yaml = "0.8"
 serde = { version = "1.0", features = ["derive"] }
-tauri = { version = "1.0.0-beta.8", features = ["api-all", "system-tray"] }
+# tauri = { version = "1.0.0-beta.8", features = ["api-all", "system-tray"] }
+tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next", features = ["api-all", "system-tray"] }
+
 reqwest = { version = "0.11", features = ["json"] }
 tokio = { version = "1", features = ["full"] }
 log = "0.4.14"

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor