Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kassane authored Jan 22, 2024
1 parent 86ef643 commit 583f079
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -65,13 +70,14 @@ zig build shaders # (re)generate D bindings from shaders.

<br>

## License and attributinos
## License and attributions

<sub>
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.
</sub>


<sub>
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
</sub>
Expand Down

0 comments on commit 583f079

Please sign in to comment.