diff options
author | 2021-10-31 16:20:50 +0700 | |
---|---|---|
committer | 2021-10-31 16:20:50 +0700 | |
commit | c4186a71b746b603984e5fe1926a8cef6e8dcfcb (patch) | |
tree | 147a1ca9b5ee523a2b90f55257374b1531f55f26 /native/src/lib.rs | |
parent | b3a01973c6c726e6539be959659f4306ef3234c6 (diff) | |
download | iced-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.rs | 1 |
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; |