wgui: parser: normalize paths in <include>s, (fix rust-embed file not found in release build)

This commit is contained in:
Aleksander
2025-09-22 14:31:49 +02:00
parent 4afdde1793
commit 5e6852e5d0
3 changed files with 23 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3016,9 +3016,9 @@ checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
[[package]]
name = "normpath"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c178369371fd7db523726931e50d430b560e3059665abc537ba3277e9274c9c4"
checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
dependencies = [
"windows-sys 0.61.0",
]