From 99a954b0b501ebf09abfcfea828d784a4ab92eb9 Mon Sep 17 00:00:00 2001 From: TomZz Date: Sun, 14 Jun 2026 00:30:24 +0800 Subject: [PATCH] fix: add wayland and x11 features to gpui_platform for Linux support --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27817d5..51a55df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ chrono = { version = "0.4", features = ["serde"] } directories = "5" flate2 = "1" gpui = { git = "https://github.com/zed-industries/zed" } -gpui_platform = { git = "https://github.com/zed-industries/zed", features = ["font-kit", "runtime_shaders"] } +gpui_platform = { git = "https://github.com/zed-industries/zed", features = ["font-kit", "runtime_shaders", "wayland", "x11"] } gpui-component = { git = "https://github.com/longbridge/gpui-component", rev = "ca85b5588f5feea021f1ee86cb13703dc6f30ec4" } gpui-component-assets = { git = "https://github.com/longbridge/gpui-component", rev = "ca85b5588f5feea021f1ee86cb13703dc6f30ec4" } menu = { git = "https://github.com/zed-industries/zed" }