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.

15 lines
215 B

  1. [workspace]
  2. members = [
  3. "gl",
  4. "glc",
  5. "space-crush",
  6. ]
  7. default-members = [
  8. "space-crush",
  9. ]
  10. [patch.crates-io]
  11. gl = { path = "./gl" }
  12. glc = { path = "./glc" }
  13. space-crush = { path = "./space-crush" }