cleanup: adds prelude module
This commit is contained in:
+9
-1
@@ -4,7 +4,15 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.16.1"
|
||||
bevy = { version = "0.16.1", default-features = false, features = [
|
||||
"bevy_ui",
|
||||
"bevy_window",
|
||||
"trace",
|
||||
"bevy_winit",
|
||||
"wayland",
|
||||
"multi_threaded",
|
||||
] }
|
||||
|
||||
lazy_static = "1.5.0"
|
||||
raw-window-handle = "0.6.2"
|
||||
smithay-client-toolkit = "0.20.0"
|
||||
|
||||
Reference in New Issue
Block a user