fix: window resize cursor shown when picoforge maximised on linux

This commit is contained in:
Suyog Tandel
2026-02-19 18:11:25 +05:30
parent d013a858f2
commit d0e8c315f4
2 changed files with 4 additions and 5 deletions
Generated
+2 -4
View File
@@ -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",
+2 -1
View File
@@ -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]