An unofficial collection of APIs used in FreeJam games and mods
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.
|
- [package]
- name = "libfj_parsable_macro_derive"
- version = "0.5.3"
- authors = ["NGnius (Graham) <ngniusness@gmail.com>"]
- edition = "2018"
- description = "An unofficial collection of APIs used in FreeJam games and mods"
- license = "MIT"
- homepage = "https://github.com/NGnius/libfj"
- repository = "https://github.com/NGnius/libfj"
-
- [lib]
- proc-macro = true
-
- [dependencies]
- syn = "1.0"
- quote = "1.0"
|