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

@@ -10,7 +10,6 @@ authors = ["Ram <quadrupleslap@gmail.com>"]
edition = "2018"
[features]
cursor = ["winapi/shellscalingapi"]
wayland = ["gstreamer", "gstreamer-app", "gstreamer-video", "dbus", "tracing", "zbus"]
# `drm` is a pure runtime-dlopen backend: rustdesk loads `libdrmtap.so.0` at runtime (`drmtap_dl.rs`)
# and NEVER link-time links it, so the graceful PipeWire fallback when the .so or EGL is absent is