diff --git a/crates/remote_server/Cargo.toml b/crates/remote_server/Cargo.toml index d1430831eef5feb716eab098593573a17336cbb9..9208f9f462e515c9acbe4a71e6c0e119ea1b3966 100644 --- a/crates/remote_server/Cargo.toml +++ b/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