add comment
This commit is contained in:
parent
358938631f
commit
fa54f0e57a
|
@ -43,6 +43,9 @@ serde_yaml = "0.9"
|
|||
toml_edit = { version = "0.22", features = ["serde"] }
|
||||
|
||||
[build-dependencies]
|
||||
# NOTE: even though we use embed-resource for windows only, we can't move it into
|
||||
# a [target[...]build-dependencies] block because in case of cross-compiling, the
|
||||
# build.rs will be compiled for a different, non-windows arch than the main executable.
|
||||
embed-resource = "1.6.3" # embedding of .exe metadata
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue