summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-31 16:20:50 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-31 16:20:50 +0700
commitc4186a71b746b603984e5fe1926a8cef6e8dcfcb (patch)
tree147a1ca9b5ee523a2b90f55257374b1531f55f26 /native/src/lib.rs
parentb3a01973c6c726e6539be959659f4306ef3234c6 (diff)
downloadiced-c4186a71b746b603984e5fe1926a8cef6e8dcfcb.tar.gz
iced-c4186a71b746b603984e5fe1926a8cef6e8dcfcb.tar.bz2
iced-c4186a71b746b603984e5fe1926a8cef6e8dcfcb.zip
Introduce first-class `image` module in `iced_native`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 6fd0d757..704a9873 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -36,6 +36,7 @@
pub mod clipboard;
pub mod command;
pub mod event;
+pub mod image;
pub mod keyboard;
pub mod layout;
pub mod mouse;