diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 12:43:38 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 12:43:38 +1000 |
commit | 54354e32c6498cc7f8839ab4deb1208d37216cc5 (patch) | |
tree | 7759597b971ba59d6af841a5bed793c229dd4c2b /bindgen | |
parent | be8ab99b38c25e899008582d68e891150b328a4d (diff) |
Begin simplifying project structure and removing examples
Diffstat (limited to 'bindgen')
-rw-r--r-- | bindgen/BINDGEN.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bindgen/BINDGEN.md b/bindgen/BINDGEN.md index 57c0f5b..da7c785 100644 --- a/bindgen/BINDGEN.md +++ b/bindgen/BINDGEN.md @@ -4,5 +4,4 @@ Planned languages are: - OCaml (due to fairly different semantics we may have an extra high-level wrapper around the C bindings for convenience) - Odin -- Zig -- Rust
\ No newline at end of file +- Rust |