update imgui, back to releases Merge commit '0e1b1703f68766c55445e7e3e439035bed6d559c'

This commit is contained in:
2024-05-15 13:22:13 +02:00
41 changed files with 962 additions and 383 deletions

View File

@ -489,12 +489,12 @@ jobs:
popd
make -C examples/example_sdl2_opengl3 -f Makefile.emscripten
- name: Build example_emscripten_wgpu
- name: Build example_glfw_wgpu
run: |
pushd emsdk-master
source ./emsdk_env.sh
popd
make -C examples/example_emscripten_wgpu -f Makefile.emscripten
make -C examples/example_glfw_wgpu -f Makefile.emscripten
Android:
runs-on: ubuntu-22.04