Browse Source

fix(desktop): makes release build working

Jason 3 năm trước cách đây
mục cha
commit
09b1d379d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/desktop/Cargo.toml

+ 1 - 1
packages/desktop/Cargo.toml

@@ -20,7 +20,7 @@ serde = "1.0.136"
 serde_json = "1.0.79"
 thiserror = "1.0.30"
 log = "0.4.14"
-wry = { version = "0.16.0" }
+wry = { version = "0.16.0", features = ["devtools"] }
 futures-channel = "0.3.21"
 tokio = { version = "1.16.1", features = [
     "sync",