1
0
mirror of https://github.com/Tim-Paik/neutauri.git synced 2024-10-12 23:29:41 +00:00

Ready to integrate rcedit on windows

This commit is contained in:
2022-05-01 16:41:32 +08:00
parent f3b45d106d
commit 663f0159f4
3 changed files with 57 additions and 9 deletions

View File

@ -12,3 +12,6 @@ new_mime_guess = "4.0"
serde = {version = "1.0", features = ["derive"]}
toml = "0.5"
wry = {version = "0.15", features = ["devtools"]}
[target.'cfg(windows)'.dependencies]
rcedit = {git = "https://github.com/Tim-Paik/rcedit-rs.git"}