fix(cursor): report X11 and Wayland cursor density

This commit is contained in:
fufesou
2026-09-12 03:27:53 +08:00
parent 2a61a0955a
commit d876ea0ce4
5 changed files with 329 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ inline = []
use_samplerate = ["samplerate"]
use_rubato = ["rubato"]
use_dasp = ["dasp"]
flutter = ["flutter_rust_bridge", "scrap/cursor"]
flutter = ["flutter_rust_bridge", "scrap/cursor", "dep:x11rb"]
default = ["use_dasp"]
hwcodec = ["scrap/hwcodec"]
vram = ["scrap/vram"]