Skip to content
Snippets Groups Projects
Commit 3de09c13 authored by NiseVoid's avatar NiseVoid
Browse files

Fix bytemuck build error

parent 50bdb609
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ members = ["kayak_ui_macros", "kayak_font"]
[dependencies]
bevy = { version = "0.10", default-features = false, features = ["bevy_render", "bevy_asset", "bevy_winit", "bevy_core_pipeline"] }
bytemuck = "1.12"
bytemuck = { version = "1.12", features = ["derive"] }
dashmap = "5.4"
kayak_font = { path = "./kayak_font", version = "0.2" }
morphorm = "0.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment