From d0e8c315f451b6bc6a5d1a86489dc9b4ea1f822d Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Thu, 19 Feb 2026 18:11:25 +0530 Subject: [PATCH] fix: window resize cursor shown when picoforge maximised on linux --- Cargo.lock | 6 ++---- Cargo.toml | 3 ++- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4acf1f..5c323e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2392,8 +2392,7 @@ dependencies = [ [[package]] name = "gpui-component" version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d021d46b4088d3d93a57ccdf443da85695a77272108caca2f6fe5369f584966a" +source = "git+https://github.com/librekeys/gpui-component?branch=fix%2Fclient-window-linux#db6e375cb8f462a14b089590d3ab95dfa37813fb" dependencies = [ "aho-corasick", "anyhow", @@ -2432,8 +2431,7 @@ dependencies = [ [[package]] name = "gpui-component-macros" version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fbc2d84bf91717b171320e6adc600d91ccb3ed259448f3b006787633c1c615" +source = "git+https://github.com/librekeys/gpui-component?branch=fix%2Fclient-window-linux#db6e375cb8f462a14b089590d3ab95dfa37813fb" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3a3a4b0..db6712a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,8 @@ ring = "0.17" # For signing fido2 messages with pin token # For Application UI: gpui = { version = "0.2.2", features = [] } -gpui-component = "0.5.1" +gpui-component = { git = "https://github.com/librekeys/gpui-component", branch = "fix/client-window-linux" } +# gpui-component = "0.5.1" rust-embed = "8.11.0" [profile.dev]