Cargo.toml 459 B

12345678910111213141516171819202122232425
  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. [dependencies.cairo-rs]
  13. version = "*"
  14. features = ["svg"]
  15. [dependencies.gtk]
  16. version = "0.9.0"
  17. features = ["v3_16"]
  18. [dependencies.gio]
  19. version = ""
  20. features = ["v2_44"]