1
0
Fork 0
forked from wry/wry

config: move parsed model into schema crate

This commit is contained in:
kossLAN 2026-05-29 17:15:14 -04:00
parent c8a6b69bf1
commit a038855895
No known key found for this signature in database
8 changed files with 266 additions and 239 deletions

View file

@ -1,6 +1,6 @@
use {
crate::{
State,
ActionExt, State,
config::{ClientMatch, ClientRule, GenericMatch, WindowMatch, WindowRule},
},
ahash::{AHashMap, AHashSet},