waybackend-cursor

Crates.iowaybackend-cursor
lib.rswaybackend-cursor
version0.6.2
created_at2025-04-30 23:25:03.551624+00
updated_at2025-09-20 13:28:36.031329+00
descriptionCursor implementation for waybackend
homepage
repositoryhttps://codeberg.org/LGFae/waybackend
max_upload_size
id1655568
size21,832
Leonardo Gibrowski FaƩ (LGFae)

documentation

README

Wayland cursor implementation using Waybackend as the backend

This crate was make by adapting the code in wayland-cursor-rs, from the smithay project.

Key differences:

  • we do not allow automatically setting cursor fallbacks. You'd have to do something manually every time
  • when loading a cursor, you must pass closures for running the wayland specific code. There are examples of how to do this in the documentation

NOTE: despite waybackend being a #![no-std] crate, waybackend-cursor depends on std because of xcursor-rs.

Commit count: 0

cargo fmt