Cargo.toml 335 B

1234567891011121314151617181920
  1. [package]
  2. name = "xsamp"
  3. version = "0.1.0"
  4. authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
  5. edition = "2018"
  6. [dependencies]
  7. cairo-rs = "*"
  8. pango = "*"
  9. pangocairo = "*"
  10. time = "*"
  11. libc = "*"
  12. [dependencies.cairo-sys-rs]
  13. version = "*"
  14. features = ["xlib"]
  15. [dependencies.x11]
  16. version = "*"
  17. features = ["xlib", "xinput"]