sort of fix text editing (better but still bad)

This commit is contained in:
2025-09-11 17:12:11 -04:00
parent 242c3b992e
commit e9853120ce
3 changed files with 13 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
#![feature(const_from)]
#![feature(map_try_insert)]
#![feature(trait_alias)]
#![feature(round_char_boundary)]
pub mod core;
pub mod layout;