Cargo.toml 820 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. #[dependencies.glium]
  20. ##version = "0.17.1"
  21. #git = "https://github.com/cmr/glium.git"
  22. #optional = true
  23. #features = ["glutin"]
  24. #
  25. #[dependencies.'piston2d-graphics']
  26. #version = "0.22.0"
  27. #optional = true
  28. #
  29. #[dependencies.'piston2d-glium_graphics']
  30. #version = "0.43.0"
  31. #optional = true
  32. #
  33. #[dependencies.palette]
  34. #version = "0.2"
  35. #optional = true