Cargo.toml 404 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. # time = "0.1"
  11. chrono = "*"
  12. libc = "0.2"
  13. failure = "*"
  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"]