Cargo.toml 212B

12345678910
  1. [package]
  2. name = "open_combat"
  3. version = "0.1.0"
  4. authors = ["Sevajol Bastien <contact@bux.fr>"]
  5. edition = "2018"
  6. [dependencies]
  7. ggez = { git = "https://github.com/ggez/ggez", tag = "0.6.0-rc0" }
  8. glam = "0.12.0"