You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 rivejä
356 B

  1. [workspace]
  2. members = [
  3. "asparit",
  4. "async-ecs",
  5. "async-ecs-derive",
  6. "space-crush",
  7. "gl",
  8. ]
  9. default-members = [
  10. "space-crush",
  11. ]
  12. [patch.crates-io]
  13. asparit = { path = "./asparit" }
  14. async-ecs = { path = "./async-ecs" }
  15. async-ecs-derive = { path = "./async-ecs-derive" }
  16. space-crush = { path = "./space-crush" }
  17. gl = { path = "./gl" }