refactor(cursor): separate native capture from rendering fixes

This commit is contained in:
fufesou
2026-09-12 10:40:23 +08:00
parent 34ceb16b63
commit 54881092b7
8 changed files with 11 additions and 512 deletions

View File

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