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 9117dc841f
commit d31ddba08a
3 changed files with 57 additions and 9 deletions

25
Cargo.lock generated
View File

@ -1176,6 +1176,7 @@ dependencies = [
"gumdrop",
"image",
"new_mime_guess",
"rcedit",
"serde",
"toml",
"wry",
@ -1518,6 +1519,24 @@ dependencies = [
"num_cpus",
]
[[package]]
name = "rcedit"
version = "0.1.0"
source = "git+https://github.com/Tim-Paik/rcedit-rs.git#8d323d1015ad6ff2c111d902e9d60b75668fa781"
dependencies = [
"rcedit-sys",
"thiserror",
"widestring",
]
[[package]]
name = "rcedit-sys"
version = "0.1.0"
source = "git+https://github.com/Tim-Paik/rcedit-rs.git#8d323d1015ad6ff2c111d902e9d60b75668fa781"
dependencies = [
"cc",
]
[[package]]
name = "redox_syscall"
version = "0.2.10"
@ -2093,6 +2112,12 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
[[package]]
name = "winapi"
version = "0.3.9"