Add CMark bindings

This commit is contained in:
Jeroen van Rijn
2022-08-30 00:54:12 +02:00
parent 317db2758a
commit d0cadaf1a6
6 changed files with 760 additions and 1 deletions
+8 -1
View File
@@ -134,4 +134,11 @@ See also LICENSE in the `GGPO` directory itself.
`botan.lib` is available under Botan's [BSD](https://botan.randombit.net/license.txt) license.
See also LICENSE in the `botan` directory itself.
Includes full bindings as well as wrappers to match the `core:crypto` API.
Includes full bindings as well as wrappers to match the `core:crypto` API.
## CMark
[CMark](https://github.com/commonmark/cmark) CommonMark parsing library.
See also LICENSE in the `cmark` directory itself.
Includes full bindings and Windows `.lib` and `.dll`.