Enable smithay/renderer_pixman feature

This enables support for using Pixman for cursor planes.
This commit is contained in:
Ian Douglas Scott 2024-04-16 15:46:46 -07:00 committed by Victoria Brekenfeld
parent 916b7729a5
commit 5e61ce1ff8
3 changed files with 21 additions and 0 deletions

View file

@ -79,6 +79,7 @@ features = [
"use_system_lib",
"renderer_glow",
"renderer_multi",
"renderer_pixman",
"wayland_frontend",
"xwayland",
]