Fix windows manifest inclusion (#33745)
Fixes a regression which prevented zed from starting on windows due to
the lack of the embedded manifest. Caused by #bff5d85
Release Notes:
- N/A
This commit is contained in:
parent
9d6b2e8a32
commit
3f0f316f4d
1 changed files with 6 additions and 1 deletions
|
@ -63,7 +63,12 @@ git.workspace = true
|
|||
git_hosting_providers.workspace = true
|
||||
git_ui.workspace = true
|
||||
go_to_line.workspace = true
|
||||
gpui = { workspace = true, features = ["wayland", "x11", "font-kit"] }
|
||||
gpui = { workspace = true, features = [
|
||||
"wayland",
|
||||
"x11",
|
||||
"font-kit",
|
||||
"windows-manifest",
|
||||
] }
|
||||
gpui_tokio.workspace = true
|
||||
|
||||
http_client.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue