fix wrapping text selection

This commit is contained in:
2025-11-22 18:29:44 -05:00
parent c24c517c60
commit 9deba3d9d7
2 changed files with 68 additions and 46 deletions

View File

@@ -8,6 +8,7 @@
#![feature(const_cmp)]
#![feature(const_destruct)]
#![feature(portable_simd)]
#![feature(gen_blocks)]
pub mod core;
pub mod layout;