More text improvements, performance enhancements, input handling, text selection, wl cursors

This commit is contained in:
2026-03-20 22:24:29 -04:00
parent d79a3bb728
commit 423df4ae1f
15 changed files with 2458 additions and 265 deletions

5
Cargo.lock generated
View File

@@ -1011,6 +1011,8 @@ dependencies = [
"raw-window-handle",
"ruin-runtime",
"ruin_ui",
"ruin_ui_renderer_wgpu",
"tracing",
"wayland-backend",
"wayland-client",
"wayland-protocols",
@@ -1049,7 +1051,8 @@ dependencies = [
"ruin-runtime",
"ruin_ui",
"ruin_ui_platform_wayland",
"ruin_ui_renderer_wgpu",
"tracing",
"tracing-subscriber",
]
[[package]]