An unofficial collection of APIs used in FreeJam games and mods
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12345678910111213141516
  1. [package]
  2. name = "libfj_parsable_macro_derive"
  3. version = "0.5.3"
  4. authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
  5. edition = "2018"
  6. description = "An unofficial collection of APIs used in FreeJam games and mods"
  7. license = "MIT"
  8. homepage = "https://github.com/NGnius/libfj"
  9. repository = "https://github.com/NGnius/libfj"
  10. [lib]
  11. proc-macro = true
  12. [dependencies]
  13. syn = "1.0"
  14. quote = "1.0"