Skip to content

Commit df66f03

Browse files
committed
Add missing import.
1 parent b59c855 commit df66f03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/processing_pyo3/src/glfw.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use bevy::prelude::Entity;
12
/// Minimal GLFW helper for Processing examples
23
use glfw::{Glfw, GlfwReceiver, PWindow, WindowEvent, WindowMode};
34
use processing::prelude::error::Result;

0 commit comments

Comments
 (0)