mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Move image render functions into pages (#291)
Move image page renderes into seperate files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#[derive(Clone)]
|
||||
pub enum TextureDownloadState {
|
||||
Downloading,
|
||||
Downloaded,
|
||||
Loaded(egui::TextureHandle),
|
||||
Failed,
|
||||
}
|
||||
Reference in New Issue
Block a user