You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
327 B

  1. [package]
  2. name = "glc"
  3. version = "0.1.0"
  4. authors = ["Bergmann89 <info@bergmann89.de>"]
  5. edition = "2018"
  6. [features]
  7. default = [ ]
  8. [dependencies]
  9. auto_ops = "0.1"
  10. gl = { version = "0.1", features = [ "generate_global" ] }
  11. imagefmt = "4.0"
  12. serde = { version = "1.0", optional = true, features = [ "derive" ] }
  13. thiserror = "1.0"