fog-of-chess

[toy] Chess, but with the fog of war.
Log | Files | Refs

Cargo.toml (248B)


      1 [package]
      2 name = "chess"
      3 version = "0.1.0"
      4 authors = ["= <=>"]
      5 edition = "2018"
      6 
      7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      8 
      9 [dependencies]
     10 ggez = "0.7"
     11 clap = "2.33.0"
     12 derive_builder = "0.9.0"