Fix Windows remote server (#50152) (cherry-pick to preview) (#50153)

zed-zippy[bot] and John Tur created

Cherry-pick of #50152 to preview

----
More fallout from https://github.com/zed-industries/zed/pull/49277.

Closes #50149.

Release Notes:

- Fixed remote server failing to launch on Windows.

Co-authored-by: John Tur <john-tur@outlook.com>

Change summary

crates/remote_server/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/remote_server/Cargo.toml 🔗

@@ -38,7 +38,7 @@ futures.workspace = true
 git.workspace = true
 git_hosting_providers.workspace = true
 git2 = { workspace = true, features = ["vendored-libgit2"] }
-gpui.workspace = true
+gpui = { workspace = true, features = ["windows-manifest"] }
 gpui_platform.workspace = true
 gpui_tokio.workspace = true
 http_client.workspace = true