Cargo.toml 444 B

123456789101112131415161718192021222324
  1. [package]
  2. name = "i-am-legend"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <gettylefou@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. failure = "*"
  9. pango = "*"
  10. pangocairo = "*"
  11. [dependencies.cairo-rs]
  12. version = "*"
  13. features = ["svg"]
  14. [dependencies.gtk]
  15. version = "0.9.0"
  16. features = ["v3_16"]
  17. [dependencies.gio]
  18. version = ""
  19. features = ["v2_44"]