add <image> widget

This commit is contained in:
galister
2025-12-23 22:10:46 +09:00
parent 17453ae1d9
commit b352269556
19 changed files with 686 additions and 26 deletions

View File

@@ -17,6 +17,7 @@ use crate::{
};
pub mod div;
pub mod image;
pub mod label;
pub mod rectangle;
pub mod sprite;