Add touchscreen support with onscreen keyboard #1

Merged
stjet merged 21 commits from dev into master 2025-02-10 05:03:49 +00:00
Showing only changes of commit 5af536d563 - Show all commits

View File

@@ -22,3 +22,6 @@ audiotags = "0.5.0"
bmp-rust = "0.4.1" bmp-rust = "0.4.1"
dirs = "5.0.1" dirs = "5.0.1"
uinput = "0.1.3" uinput = "0.1.3"
[patch.crates-io]
uinput = { git = 'https://github.com/stjet/rust-uinput.git' }