Commit eed4031
6 files changed
+13
-7
lines changed- .github/workflows/gen_bindings.yml+1-7
- .github/workflows/main.yml-6
- CHANGELOG.md-153
- README.md+1-1
- bindgen/gen_rust.py+2-1
- sokol_app.h+162-277
- sokol_fetch.h+1-1
- sokol_gfx.h+353-411
- sokol_glue.h-1
- sokol_log.h+1-1
- tests/CMakeLists.txt-7
- tests/CMakePresets.json-32
- tests/test_win.cmd-4
- util/sokol_debugtext.h+98-82
- util/sokol_fontstash.h+107-89
- util/sokol_gfx_imgui.h-5
- util/sokol_gl.h+105-87
- util/sokol_imgui.h+102-91
- util/sokol_nuklear.h+102-86
- util/sokol_spine.h+138-103
- benchmark/YGBenchmark.c+1-3
- cmake/yoga-config.cmake.in+1-1
- java/com/facebook/yoga/YogaNode.java+279
- java/com/facebook/yoga/YogaNode.kt-244
- java/com/facebook/yoga/YogaProps.java+197
- java/com/facebook/yoga/YogaProps.kt-183
- java/jni/YGJNIVanilla.cpp+2-3
- java/tests/generated/com/facebook/yoga/YGIntrinsicSizeTest.java+21-21
- javascript/CMakeLists.txt-1
- javascript/tests/generated/YGIntrinsicSizeTest.test.ts+21-21
- tests/EventsTest.cpp+2-3
- tests/YGRoundingFunctionTest.cpp+9-12
- tests/generated/YGIntrinsicSizeTest.cpp+21-21
- yoga/algorithm/CalculateLayout.cpp+11-14
- yoga/algorithm/FlexDirection.h+6-6
- yoga/algorithm/SizingMode.h+4-4
- yoga/style/Style.h+8-8
- yoga/style/StyleLength.h-7
- yoga/style/StyleSizeLength.h-7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
326 | 332 | | |
327 | | - | |
| 333 | + | |
328 | 334 | | |
329 | 335 | | |
330 | 336 | | |
| |||
419 | 425 | | |
420 | 426 | | |
421 | 427 | | |
422 | | - | |
| 428 | + | |
423 | 429 | | |
424 | 430 | | |
425 | 431 | | |
| |||
0 commit comments