Introduce first-class svg module in iced_native
This commit is contained in:
parent
c4186a71b7
commit
9a3c81f336
11 changed files with 106 additions and 98 deletions
|
|
@ -46,7 +46,8 @@ mod platform {
|
|||
#[cfg_attr(docsrs, doc(cfg(feature = "svg")))]
|
||||
pub mod svg {
|
||||
//! Display vector graphics in your user interface.
|
||||
pub use crate::runtime::widget::svg::{Handle, Svg};
|
||||
pub use crate::runtime::svg::Handle;
|
||||
pub use crate::runtime::widget::svg::Svg;
|
||||
}
|
||||
|
||||
#[doc(no_inline)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue