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:
parent
35b39e02ce
commit
d77cda1ea9
3 changed files with 14 additions and 7 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue