From 583f079fbea06cdc50747379d49ec4dcf8a9f2f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matheus=20C=2E=20Fran=C3=A7a?= Date: Mon, 22 Jan 2024 14:03:16 -0300 Subject: [PATCH] Readme fixes --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bb36fb5..ca166ae 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ Auto-generated [D](https://dlang.org) bindings for the [sokol headers](https://g #### Status: Experimental +#### Targets + +- Native +- Wasm (`-Dtarget=wasm32-emscripten`) + ## BUILD **Required** @@ -65,13 +70,14 @@ zig build shaders # (re)generate D bindings from shaders.
-## License and attributinos +## License and attributions This code is released under the zlib license (see `LICENSE` for info). Parts of `gen_d.py` have been copied and modified from the zig-bindings (https://github.com/floooh/sokol-zig/) and rust-bindings (https://github.com/floooh/sokol-rust/) for sokol. + The sokol headers are created by Andre Weissflog (floooh) and sokol is released under its own license here: https://github.com/floooh/sokol/blob/master/LICENSE