Cargo.toml 853 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [package]
  2. name = "synfone"
  3. version = "0.1.0"
  4. authors = ["Graham Northup <grissess@nexusg.org>"]
  5. [[bin]]
  6. name = "synfone"
  7. doc = false
  8. #[features]
  9. #default = ['graphics']
  10. #
  11. ## The following feature will always refer ultimately to whatever backend
  12. ## graphics library is chosen--which is subject to change.
  13. #graphics = ['glium', 'piston2d-graphics', 'piston2d-glium_graphics', 'palette']
  14. [dependencies]
  15. byteorder = "1.1.0"
  16. rand = "0.3"
  17. unicode-xid = "0.1.0"
  18. portaudio = "0.7.0"
  19. xml-rs = "0.8.0"
  20. failure = "0.1"
  21. #[dependencies.glium]
  22. ##version = "0.17.1"
  23. #git = "https://github.com/cmr/glium.git"
  24. #optional = true
  25. #features = ["glutin"]
  26. #
  27. #[dependencies.'piston2d-graphics']
  28. #version = "0.22.0"
  29. #optional = true
  30. #
  31. #[dependencies.'piston2d-glium_graphics']
  32. #version = "0.43.0"
  33. #optional = true
  34. #
  35. #[dependencies.palette]
  36. #version = "0.2"
  37. #optional = true