Implement iced_glutin 🎉
This commit is contained in:
parent
a1a5fcfd46
commit
e0e4ee73fe
31 changed files with 718 additions and 498 deletions
|
|
@ -6,6 +6,7 @@ use crate::{
|
|||
Vector, VerticalAlignment, Viewport,
|
||||
};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Layer<'a> {
|
||||
pub bounds: Rectangle,
|
||||
pub quads: Vec<Quad>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue