diff options
Diffstat (limited to 'examples/integration_opengl/src/scene.rs')
-rw-r--r-- | examples/integration_opengl/src/scene.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/integration_opengl/src/scene.rs b/examples/integration_opengl/src/scene.rs index a1245bf2..fc74b78a 100644 --- a/examples/integration_opengl/src/scene.rs +++ b/examples/integration_opengl/src/scene.rs @@ -1,4 +1,5 @@ use glow::*; +use iced_glow::glow; use iced_glow::Color; pub struct Scene { |