소스 검색

fix(desktop): makes release build working

Jason 3 년 전
부모
커밋
09b1d379d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",