Cargo.toml 402 B

12345678910111213141516171819202122
  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. chrono = "*"
  11. libc = "0.2"
  12. failure = "*"
  13. toml = "0.5"
  14. [dependencies.cairo-sys-rs]
  15. version = "0.8"
  16. features = ["xlib"]
  17. [dependencies.x11]
  18. version = "2.18"
  19. features = ["xlib", "xinput", "xrandr", "xinerama"]