2
0
Andre Weissflog 3 жил өмнө
parent
commit
36aa6e7d3b

+ 1 - 1
.github/workflows/gen_bindings.yml

@@ -1,4 +1,4 @@
-name: Language Bindings
+name: Generate Bindings
 on: workflow_dispatch
 
 jobs:

+ 10 - 4
README.md

@@ -1,13 +1,19 @@
 # Sokol
 
-[![Build Status](/../../actions/workflows/main.yml/badge.svg)](/../../actions)
-
-[![Language Bindings](/../../actions/workflows/gen_bindings.yml/badge.svg)](/../../actions/workflows/gen_bindings.yml)
-
 Simple
 [STB-style](https://github.com/nothings/stb/blob/master/docs/stb_howto.txt)
 cross-platform libraries for C and C++, written in C.
 
+
+[![Build](/../../actions/workflows/main.yml/badge.svg)](/../../actions)
+
+[![Bindings](/../../actions/workflows/gen_bindings.yml/badge.svg)](/../../actions/workflows/gen_bindings.yml)
+
+| Bindings  | Status |
+| ------------- | ------------- |
+| Zig  | [![build](https://github.com/floooh/sokol-zig/actions/workflows/main.yml/badge.svg)](https://github.com/floooh/sokol-zig/actions/workflows/main.yml)  |
+| Nim | FIXME
+
 [**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**08-Feb-2022** sokol_imgui.h has been
 updated for Dear ImGui v1.87 (support the new evented IO system, and remove the self-rolled input buffering in sokol_imgui.h)