|
- [workspace]
- members = [
- "asparit",
- "async-ecs",
- "async-ecs-derive",
- "gl",
- "glc",
- "space-crush",
- ]
- default-members = [
- "space-crush",
- ]
-
- [patch.crates-io]
- asparit = { path = "./asparit" }
- async-ecs = { path = "./async-ecs" }
- async-ecs-derive = { path = "./async-ecs-derive" }
- gl = { path = "./gl" }
- glc = { path = "./glc" }
- space-crush = { path = "./space-crush" }
|