Prechádzať zdrojové kódy

mention jai bindings in readme and changelog

Andre Weissflog 1 rok pred
rodič
commit
1b83a8b36b
2 zmenil súbory, kde vykonal 14 pridanie a 0 odobranie
  1. 13 0
      CHANGELOG.md
  2. 1 0
      README.md

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 ## Updates
 
+### 14-Aug-2024
+
+The previously 'inofficial' Jai bindings at https://github.com/colinbellino/sokol-jai
+have now been properly integrated with the sokol main repository (meaning that each
+change to the sokol headers will update the bindings automatically).
+
+The only missing part currently is that no test compilation happens in the
+CI pipeline (that's also why the Jai bindings have no badge yet in the readme
+- I think these things will have to wait until Jai leaves closed beta).
+
+Many thanks to @colinbellino for creating the bindings scripts and preparing
+the PR (https://github.com/floooh/sokol/pull/1090).
+
 ### 30-Jul-2024
 
 Merged PR https://github.com/floooh/sokol/pull/1086 which adds Emscripten target platform

+ 1 - 0
README.md

@@ -83,6 +83,7 @@ These are automatically updated on changes to the C headers:
 - [sokol-nim](https://github.com/floooh/sokol-nim)
 - [sokol-rust](https://github.com/floooh/sokol-rust)
 - [sokol-d](https://github.com/kassane/sokol-d)
+- [sokol-jai](https://github.com/colinbellino/sokol-jai)
 
 ## Notes