1
0
Fork 0
forked from wry/wry

seat: add a simple input method

This commit is contained in:
Julian Orth 2025-10-16 00:58:30 +02:00
parent 8372f83737
commit 58b9830aaa
6 changed files with 252 additions and 9 deletions

View file

@ -61,7 +61,7 @@ linearize = { version = "0.1.3", features = ["derive"] }
png = "0.18.0"
rustc-demangle = { version = "0.1.24", optional = true }
tracy-client-sys = { version = "0.24.1", features = ["ondemand", "manual-lifetime", "debuginfod", "demangle"], optional = true }
kbvm = "0.1.5"
kbvm = { version = "0.1.5", features = ["compose"] }
tiny-skia = { version = "0.11.4", default-features = false, features = ["std"] }
regex = "1.11.1"
cfg-if = "1.0.0"