diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-10-27 10:12:09 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-10-27 10:12:09 +0100 |
| commit | 4f2386121c103eaf85960322872ea31c9120b85e (patch) | |
| tree | e5349c577c48d72dc126f828fc310e01c603a5b9 | |
| parent | cd70223016330a96f2f1abf4c9eb06e867e63b83 (diff) | |
sokol-d: move kassane/sokol-d to floooh/sokol-d
| -rw-r--r-- | .github/workflows/gen_bindings.yml | 6 | ||||
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | bindgen/README.md | 2 |
4 files changed, 14 insertions, 6 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml index b7f6b4c4..e2c319dc 100644 --- a/.github/workflows/gen_bindings.yml +++ b/.github/workflows/gen_bindings.yml @@ -60,7 +60,7 @@ jobs: path: bindgen/sokol-rust - uses: actions/checkout@main with: - repository: kassane/sokol-d + repository: floooh/sokol-d path: bindgen/sokol-d - uses: actions/checkout@main with: @@ -293,7 +293,7 @@ jobs: steps: - uses: actions/checkout@main with: - repository: kassane/sokol-d + repository: floooh/sokol-d - uses: egor-tensin/vs-shell@v2 # get cl.exe (default for Windows) - uses: dlang-community/setup-dlang@v2 with: @@ -488,7 +488,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - repository: kassane/sokol-d + repository: floooh/sokol-d ssh-key: ${{ secrets.GHACTIONS_D_PUSH }} - uses: actions/download-artifact@v4 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index ad43229e..0cc9789f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Updates +### 27-Oct-2025 + +- The repository for the D bindings has moved from https://github.com/kassane/sokol-d + to https://github.com/floooh/sokol-d, see https://github.com/floooh/sokol-d/discussions/36#discussioncomment-14790873 + for details, this also means that the level of support for the D bindings + will need to be reduced unfortunately (especially when it comes to Dub packaging), + the automatic bindings generation will continue to work though. + ### 24-Oct-2025 - sokol_gfx.h: add a missing validation layer check in sg_begin_pass(): @@ -8,7 +8,7 @@ [**See what's new**](https://github.com/floooh/sokol/blob/master/CHANGELOG.md) (**04-Oct-2025**: new sokol_gfx.h function sg_draw_ex() added) -[](/../../actions/workflows/main.yml) [](/../../actions/workflows/gen_bindings.yml) [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)[](https://github.com/floooh/sokol-rust/actions/workflows/main.yml)[](https://github.com/kassane/sokol-d/actions/workflows/build.yml)[](https://github.com/floooh/sokol-c3/actions/workflows/build.yml) +[](/../../actions/workflows/main.yml) [](/../../actions/workflows/gen_bindings.yml) [](https://github.com/floooh/sokol-zig/actions/workflows/main.yml) [](https://github.com/floooh/sokol-nim/actions/workflows/main.yml) [](https://github.com/floooh/sokol-odin/actions/workflows/main.yml)[](https://github.com/floooh/sokol-rust/actions/workflows/main.yml)[](https://github.com/floooh/sokol-d/actions/workflows/build.yml)[](https://github.com/floooh/sokol-c3/actions/workflows/build.yml) ## Examples and Related Projects @@ -86,7 +86,7 @@ These are automatically updated on changes to the C headers: - [sokol-odin](https://github.com/floooh/sokol-odin) - [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-d](https://github.com/floooh/sokol-d) - [sokol-jai](https://github.com/colinbellino/sokol-jai) - [sokol-c3](https://github.com/floooh/sokol-c3) diff --git a/bindgen/README.md b/bindgen/README.md index 8d4805e9..95c12fe1 100644 --- a/bindgen/README.md +++ b/bindgen/README.md @@ -24,7 +24,7 @@ To update the Zig bindings: > git clone https://github.com/floooh/sokol-nim > git clone https://github.com/floooh/sokol-odin > git clone https://github.com/floooh/sokol-rust -> git clone https://github.com/kassane/sokol-d +> git clone https://github.com/floooh/sokol-d > git clone https://github.com/colinbellino/sokol-jai > git clone https://github.com/floooh/sokol-c3 > python3 gen_all.py |