Export glow in iced_glow
This commit is contained in:
parent
cc3cf4dfc2
commit
01f67a2c1f
4 changed files with 3 additions and 2 deletions
|
|
@ -10,4 +10,3 @@ iced_glutin = { path = "../../glutin" }
|
|||
iced_glow = { path = "../../glow" }
|
||||
iced_winit = { path = "../../winit" }
|
||||
env_logger = "0.8"
|
||||
glow = "0.6"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ mod scene;
|
|||
use controls::Controls;
|
||||
use scene::Scene;
|
||||
|
||||
use glow;
|
||||
use glow::*;
|
||||
use glutin::dpi::PhysicalPosition;
|
||||
use glutin::event::{Event, ModifiersState, WindowEvent};
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
use glow::*;
|
||||
use iced_glow::glow;
|
||||
use iced_glow::Color;
|
||||
|
||||
pub struct Scene {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue