mirror of
https://github.com/lisk77/comet.git
synced 2025-10-23 21:38:50 +00:00
fix: forgot the tomls
This commit is contained in:
parent
db405bfb2e
commit
f784fb2c02
6 changed files with 9 additions and 312 deletions
|
@ -15,6 +15,7 @@ comet_resources = { path = "./crates/comet_resources", workspace = true }
|
|||
comet_ecs = { path = "./crates/comet_ecs", workspace = true }
|
||||
comet_input = { path = "./crates/comet_input", workspace = true }
|
||||
comet_log = { path = "./crates/comet_log", workspace = true }
|
||||
comet_structs = { path = "./crates/comet_structs", workspace = true }
|
||||
|
||||
cfg-if = "1"
|
||||
anyhow = "1.0"
|
||||
|
@ -49,7 +50,8 @@ members = [
|
|||
"./crates/comet_log",
|
||||
"./crates/comet_ui",
|
||||
"./crates/comet_fonts",
|
||||
"./crates/comet_sound"
|
||||
"./crates/comet_sound",
|
||||
"./crates/comet_structs"
|
||||
]
|
||||
|
||||
[workspace.dependencies]
|
||||
|
@ -61,3 +63,4 @@ comet_resources = { path = "./crates/comet_resources", workspace = true }
|
|||
comet_ecs = { path = "./crates/comet_ecs", workspace = true }
|
||||
comet_input = { path = "./crates/comet_input", workspace = true }
|
||||
comet_log = { path = "./crates/comet_log", workspace = true }
|
||||
comet_structs = { path = "./crates/comet_structs", workspace = true }
|
Loading…
Add table
Add a link
Reference in a new issue