Expose Backend in iced_glow
This commit is contained in:
parent
6d73b94e9a
commit
6cb90570a3
2 changed files with 9 additions and 4 deletions
|
|
@ -18,9 +18,9 @@ pub mod settings;
|
|||
pub mod widget;
|
||||
pub mod window;
|
||||
|
||||
pub use backend::Backend;
|
||||
pub use settings::Settings;
|
||||
|
||||
pub(crate) use backend::Backend;
|
||||
pub(crate) use iced_graphics::Transformation;
|
||||
|
||||
#[doc(no_inline)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue