diff options
author | 2023-03-29 00:17:40 +0200 | |
---|---|---|
committer | 2023-03-29 00:19:12 +0200 | |
commit | 6d90f764b45fe1aaf7071c36371f11a81786eefa (patch) | |
tree | 773d6e48862133364296b1b7384776b8a73f8548 /src | |
parent | 2e236869f5f9297d40d66d5d9e3a82324b8617f2 (diff) | |
download | iced-6d90f764b45fe1aaf7071c36371f11a81786eefa.tar.gz iced-6d90f764b45fe1aaf7071c36371f11a81786eefa.tar.bz2 iced-6d90f764b45fe1aaf7071c36371f11a81786eefa.zip |
Export `iced_graphics` in `advanced` module (for now)
Diffstat (limited to 'src')
-rw-r--r-- | src/advanced.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/advanced.rs b/src/advanced.rs index 82c18e59..77a26d62 100644 --- a/src/advanced.rs +++ b/src/advanced.rs @@ -8,6 +8,7 @@ pub use crate::core::svg; pub use crate::core::text::{self, Text}; pub use crate::core::widget::{self, Widget}; pub use crate::core::{Clipboard, Shell}; +pub use crate::renderer::graphics; pub mod subscription { //! Write your own subscriptions. |