Skip to content
Snippets Groups Projects
Commit 02245d8d authored by StarArawn's avatar StarArawn
Browse files

More fixes to cargo files.

parent db4f641f
No related branches found
No related tags found
No related merge requests found
...@@ -5,11 +5,17 @@ edition = "2021" ...@@ -5,11 +5,17 @@ edition = "2021"
resolver = "2" resolver = "2"
[workspace] [workspace]
members = ["kayak_widgets", "kayak_core", "kayak_render_macros", "kayak_font"] members = [
"bevy_kayak_ui",
"kayak_widgets",
"kayak_core",
"kayak_render_macros",
"kayak_font",
]
[features] [features]
default = ["bevy_renderer"] default = ["bevy_renderer"]
bevy_renderer = [] bevy_renderer = ["bevy_kayak_ui", "kayak_font"]
[dependencies] [dependencies]
kayak_widgets = { path = "kayak_widgets" } kayak_widgets = { path = "kayak_widgets" }
...@@ -19,4 +25,3 @@ kayak_font = { path = "kayak_font", optional = true } ...@@ -19,4 +25,3 @@ kayak_font = { path = "kayak_font", optional = true }
[dev-dependencies] [dev-dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", rev = "38c7d5eb9e81ab8e1aec03673599b25a9aa0c69c" } bevy = { git = "https://github.com/bevyengine/bevy", rev = "38c7d5eb9e81ab8e1aec03673599b25a9aa0c69c" }
bevy_kayak_ui = { path = "bevy_kayak_ui" }
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