added underdeveloped but working image support (no freeing or samplers)

This commit is contained in:
iris committed 2025-08-22 23:07:31 -04:00
1 parent bde929b05a
commit 7dbdcbba42
26 files changed
+1256 -155

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
use crate::{Dir, Painter, Sign, UiNum, UiRegion, UIScalar, Widget, WidgetId};
use crate::{Dir, Painter, Sign, UIScalar, UiNum, UiRegion, Widget, WidgetId};
pub struct Span {
pub children: Vec<(WidgetId, SpanLen)>,