Create iced_widget subcrate and re-organize the whole codebase
This commit is contained in:
parent
c54409d171
commit
3a0d34c024
209 changed files with 1959 additions and 2183 deletions
|
|
@ -2,9 +2,9 @@ mod cache;
|
|||
|
||||
pub use cache::Cache;
|
||||
|
||||
pub use iced_graphics::geometry::*;
|
||||
|
||||
use crate::{Backend, Point, Rectangle, Size, Vector};
|
||||
use crate::core::{Point, Rectangle, Size, Vector};
|
||||
use crate::graphics::geometry::{Fill, Geometry, Path, Stroke, Text};
|
||||
use crate::Backend;
|
||||
|
||||
pub enum Frame {
|
||||
Wgpu(iced_wgpu::geometry::Frame),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue