Cargo.toml 870 B

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