x11: Cursor style support (#11237)

Adds cursor style support to X11

![image](https://github.com/zed-industries/zed/assets/71973804/e5a2414f-4d80-4963-93d2-e4a15878a718)


Release Notes:

- N/A
This commit is contained in:
apricotbucket28 2024-05-06 17:05:00 -03:00 committed by GitHub
parent bb1817ff31
commit 091e7cb395
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 61 additions and 9 deletions

View file

@ -120,6 +120,7 @@ x11rb = { version = "0.13.0", features = [
"xkb",
"randr",
"xinput",
"cursor",
"resource_manager",
] }
xkbcommon = { version = "0.7", features = ["wayland", "x11"] }