add comment

This commit is contained in:
yuni 2024-05-07 03:27:31 +02:00
parent 358938631f
commit fa54f0e57a

View file

@ -43,6 +43,9 @@ serde_yaml = "0.9"
toml_edit = { version = "0.22", features = ["serde"] } toml_edit = { version = "0.22", features = ["serde"] }
[build-dependencies] [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 embed-resource = "1.6.3" # embedding of .exe metadata
[features] [features]