Cargo.toml 353 B

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