File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ workspace = true
88
99[features ]
1010wayland = [" glfw/wayland" ]
11+ x11 = []
12+ static-link = [" glfw/static-link" ]
1113
1214[dependencies ]
1315bevy = { workspace = true }
Original file line number Diff line number Diff line change @@ -11,8 +11,9 @@ name = "mewnala"
1111crate-type = [" cdylib" ]
1212
1313[features ]
14- default = [" wayland" ]
14+ default = [" wayland" , " static-link " ]
1515wayland = [" processing/wayland" , " processing_glfw/wayland" ]
16+ static-link = [" processing_glfw/static-link" ]
1617x11 = [" processing/x11" ]
1718webcam = [" processing/webcam" , " dep:processing_webcam" ]
1819
Original file line number Diff line number Diff line change 1- use Entity ;
1+ use bevy :: prelude :: Entity ;
22use processing:: prelude:: * ;
33use pyo3:: {
44 exceptions:: { PyRuntimeError , PyValueError } ,
You can’t perform that action at this time.
0 commit comments