Skip to content

Commit 13eb283

Browse files
committed
Wayland on pyo3.
1 parent 36f17fd commit 13eb283

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

crates/processing_pyo3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "processing"
1111
crate-type = ["cdylib"]
1212

1313
[features]
14-
default = []
14+
default = ["wayland"]
1515
wayland = ["processing/wayland", "glfw/wayland"]
1616
x11 = ["processing/x11"]
1717

crates/processing_pyo3/src/glfw.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/// Minimal GLFW helper for Processing examples
2-
use bevy::prelude::Entity;
32
use glfw::{Glfw, GlfwReceiver, PWindow, WindowEvent, WindowMode};
43
use processing::prelude::error::Result;
54

0 commit comments

Comments
 (0)