reexport geometry from iced_graphics

This commit is contained in:
Ashley Wulber 2026-05-22 15:40:59 -04:00 committed by Ashley Wulber
parent 98fb6a0fba
commit 6105d8bdef

View file

@ -682,7 +682,7 @@ pub use error::Error;
pub use event::Event;
pub use executor::Executor;
pub use font::Font;
pub use renderer::Renderer;
pub use renderer::{Renderer, graphics::geometry};
pub use task::Task;
pub use window::Window;