Glint Dev b6fa841d11 Phase 9: Keyed widgets (9.1 + 9.2)
9.1: Add content_hash field to Element, computed during VDOM evaluation
  from type_name + properties + children content_hashes via DefaultHasher.

9.2: Assign stable iced::widget::Id to text_input and scrollable widgets
  so Iced preserves widget state (cursor position, scroll offset) across
  frames. Ids are cached in a thread_local HashMap to avoid leaks.

9.3 skipped: iced::Element is not Clone and contains Box<dyn Widget>,
  making element-level caching impractical without unsafe lifetime hacks.
2026-07-24 19:53:02 +03:00
2026-07-24 19:53:02 +03:00
2026-07-22 14:21:24 +03:00
2026-07-08 23:45:37 +03:00
2026-07-08 23:45:37 +03:00
2026-07-08 23:45:37 +03:00
2026-06-02 12:56:38 +03:00
2026-07-08 23:45:37 +03:00
2026-07-08 23:45:37 +03:00
2026-06-02 13:06:12 +03:00

Glint

A specialized runtime and interpreter for Glint markup/style language, based on Iced

About Glint Runtime

Description
No description provided
Readme 473 KiB
Languages
Rust 100%