- Move engine to a different crate - Add engine trait - Refactor the rest of the codebase to work with these changes - Add debug ui buffer, use it to finish imgui support
10 lines
125 B
TOML
10 lines
125 B
TOML
[workspace]
|
|
members = [
|
|
"core",
|
|
"glium_platform",
|
|
"platform",
|
|
"asset",
|
|
"game",
|
|
"ecs",
|
|
"engine"
|
|
]
|