rust-windowing / winit

Window handling library in pure Rust
https://docs.rs/winit/
Apache License 2.0
4.55k stars 876 forks source link

Replace libxcursor with custom cursor code #3749

Open notgull opened 1 week ago

notgull commented 1 week ago

Another one bites the dust.

This replaces the code dependent on libxcursor with equivalent code written using x11rb, featuring its special "cursor" module.

cc #3198

madsmtm commented 2 days ago

Meeting resolution: @kchibisov will take a look once he has time