1
0
Fork 0
forked from wry/wry

keyboard: move keymap state into workspace crate

This commit is contained in:
kossLAN 2026-05-29 12:09:20 -04:00
parent 151dc313ba
commit 7d9cd198ba
No known key found for this signature in database
13 changed files with 832 additions and 342 deletions

View file

@ -94,3 +94,5 @@ unsafe impl<A: UnsafeCellCloneSafe, B: UnsafeCellCloneSafe> UnsafeCellCloneSafe
unsafe impl UnsafeCellCloneSafe for Modifiers {}
unsafe impl UnsafeCellCloneSafe for Window {}
unsafe impl<T> UnsafeCellCloneSafe for crate::linkedlist::NodeRef<T> {}