mirror of
https://github.com/yuzu-emu/liftinstall
synced 2024-11-23 01:03:47 +00:00
Fix location of serde in build dependencies
This commit is contained in:
parent
5eff52e1ec
commit
253dbb5a83
1 changed files with 3 additions and 4 deletions
|
@ -40,6 +40,9 @@ clap = "2.32.0"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
serde = "1.0.27"
|
||||||
|
serde_derive = "1.0.27"
|
||||||
|
toml = "0.4"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
# NFD is needed on Windows, as web-view doesn't work correctly here
|
# NFD is needed on Windows, as web-view doesn't work correctly here
|
||||||
|
@ -49,7 +52,3 @@ nfd = "0.0.4"
|
||||||
winres = "0.1"
|
winres = "0.1"
|
||||||
bindgen = "0.26.3"
|
bindgen = "0.26.3"
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
||||||
serde = "1.0.27"
|
|
||||||
serde_derive = "1.0.27"
|
|
||||||
toml = "0.4"
|
|
||||||
|
|
Loading…
Reference in a new issue