Add support for loading any image, add some default cursors

This commit is contained in:
lelgenio 2024-05-08 00:56:07 -03:00
parent 081f6bed69
commit d642e72c48
8 changed files with 1009 additions and 48 deletions

View file

@ -10,3 +10,4 @@ wayland-protocols-wlr = { version = "0.1.0", features = ["client"] }
log = { version = "0.4", optional = true }
tempfile = "3.2"
image = "0.25.1"