Jelajahi Sumber

chore: remove unused dep on example

Lucas Nogueira 4 tahun lalu
induk
melakukan
836d9d0834
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  1. 0 3
      examples/updater/src-tauri/Cargo.toml

+ 0 - 3
examples/updater/src-tauri/Cargo.toml

@@ -12,9 +12,6 @@ serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
 tauri = { path = "../../../tauri", features =["api-all"]}
 
-[target."cfg(windows)".build-dependencies]
-winres = "0.1"
-
 [features]
 default = [ "custom-protocol" ]
 custom-protocol = [ "tauri/custom-protocol" ]