Draft first working version of iced_glow 🎉
This commit is contained in:
parent
33448508a5
commit
d4743183d4
51 changed files with 3212 additions and 42 deletions
8
glow/src/renderer/widget/space.rs
Normal file
8
glow/src/renderer/widget/space.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use crate::{Primitive, Renderer};
|
||||
use iced_native::{mouse, space, Rectangle};
|
||||
|
||||
impl space::Renderer for Renderer {
|
||||
fn draw(&mut self, _bounds: Rectangle) -> Self::Output {
|
||||
(Primitive::None, mouse::Interaction::default())
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue