An open API service indexing awesome lists of open source software.

https://github.com/imguinet/imgui.net-nativebuild

Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.
https://github.com/imguinet/imgui.net-nativebuild

Last synced: 3 months ago
JSON representation

Windows/macOS/Linux/iOS/Android build automation for cimgui. Used to package up ImGui.NET.

Awesome Lists containing this project

README

          

# To Update to the latest cimgui version

1. git submodule update --init

2. git submodule update --remote

3. Update the version in version.json file

4. and then git commit + push.

# To Trigger a release push a tag as shown below

2. git tag -a v1.4 -m "my version 1.4"

3. git push origin v1.4