not use nwg default features (#8492)

Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
21pages
2024-06-27 12:11:08 +08:00
committed by GitHub
parent 12d3c59172
commit 9c7d4ef1f7
2 changed files with 2 additions and 49 deletions

View File

@@ -15,7 +15,7 @@ md5 = "0.7"
winapi = { version = "0.3", features = ["winbase"] }
[target.'cfg(target_os = "windows")'.dependencies]
native-windows-gui = "1.0"
native-windows-gui = {version = "1.0", default-features = false, features = ["animation-timer", "image-decoder"]}
[package.metadata.winres]
LegalCopyright = "Copyright © 2024 Purslane Ltd. All rights reserved."