windows: Support compiling with MinGW toolchain (#9815)

Fixes #9757: compile manifest using `embed-manifest` crate, which
supports both MSVC and MinGW

Release Notes:

- N/A
This commit is contained in:
Maksim Bondarenkov 2024-03-26 20:39:39 +03:00 committed by GitHub
parent 35b39e02ce
commit d77cda1ea9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 7 deletions

View file

@ -91,6 +91,7 @@ workspace.workspace = true
zed_actions.workspace = true
[target.'cfg(target_os = "windows")'.build-dependencies]
embed-manifest = "1.4.0"
winresource = "0.1"
[dev-dependencies]