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.

11 line
214 B

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