feat: implement incremental dirty-region canvas updates with custom WGPU shader pipeline

This commit is contained in:
2026-07-12 03:19:09 +03:00
parent 660694f00f
commit 2f9a3017ca
9 changed files with 1608 additions and 588 deletions
@@ -22,4 +22,5 @@ serde_json = { workspace = true }
rfd = { workspace = true }
arboard = { workspace = true }
bytes = "1.12"
bytemuck = { version = "1", features = ["derive"] }
evdev = { version = "0.12", optional = true }