Use winresource instead of embed-manifest (#10810)
use winresource for crates/zed and crates/storybook. tested on `x86_64-pc-windows-gnu`. on `x86_64-pc-windows-msvc` I receive a error message, that looks like a problem with my machine Release Notes: - N/A
This commit is contained in:
parent
048fc7ad09
commit
9e88155a48
5 changed files with 12 additions and 15 deletions
|
@ -96,7 +96,6 @@ 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