1
0
Fork 0
forked from wry/wry

toml-config: use KBVM keysym parsing

This commit is contained in:
Julian Orth 2026-02-24 17:17:11 +01:00
parent 349bfd70d4
commit 2966bf5d06
6 changed files with 11 additions and 2590 deletions

View file

@ -2,7 +2,6 @@ mod context;
pub mod error;
mod extractor;
mod keycodes;
mod keysyms;
mod parser;
mod parsers;
mod spanned;