summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorLibravatar cel 🌸 <cel@bunny.garden>2025-03-20 11:57:26 +0000
committerLibravatar cel 🌸 <cel@bunny.garden>2025-03-20 11:57:26 +0000
commit27b099c895825ee03555fd7bdaa8cefdb2125ead (patch)
tree4b77fc19db7785884c4a67e85e452bb140e13688 /graphics
parentbae25b74f68078e5ff74cdae717273cf315d4e90 (diff)
downloadiced-master.tar.gz
iced-master.tar.bz2
iced-master.zip
WIP: background image supportmaster
Diffstat (limited to 'graphics')
-rw-r--r--graphics/src/background_image.rs1
-rw-r--r--graphics/src/lib.rs1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/src/background_image.rs b/graphics/src/background_image.rs
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/graphics/src/background_image.rs
@@ -0,0 +1 @@
+
diff --git a/graphics/src/lib.rs b/graphics/src/lib.rs
index b5ef55e7..61c1f4f6 100644
--- a/graphics/src/lib.rs
+++ b/graphics/src/lib.rs
@@ -12,6 +12,7 @@ mod antialiasing;
mod settings;
mod viewport;
+// pub mod background_image;
pub mod cache;
pub mod color;
pub mod compositor;