Cargo.toml 477 B

1234567891011121314151617181920212223242526
  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. pango = "*"
  9. pangocairo = "*"
  10. thiserror = "*"
  11. anyhow = "*"
  12. lazy_static = "*"
  13. [dependencies.cairo-rs]
  14. version = "*"
  15. features = ["svg"]
  16. [dependencies.gtk]
  17. version = "0.9.0"
  18. features = ["v3_16"]
  19. [dependencies.gio]
  20. version = ""
  21. features = ["v2_44"]