Skip to content

Commit b208052

Browse files
authored
upgrade imgui.net to 1.90.5 (#475)
also, update build process deps
1 parent 3004ce3 commit b208052

File tree

16 files changed

+2172
-1800
lines changed

16 files changed

+2172
-1800
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: windows-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616

1717
- name: Install .NET
18-
uses: actions/setup-dotnet@v3
18+
uses: actions/setup-dotnet@v4
1919
with:
2020
dotnet-version: 7.0.x
2121

deps/cimgui/linux-x64/cimgui.so

9.63 KB
Binary file not shown.

deps/cimgui/osx/cimgui.dylib

8.01 KB
Binary file not shown.

deps/cimgui/win-arm64/cimgui.dll

7.5 KB
Binary file not shown.

deps/cimgui/win-x64/cimgui.dll

16 KB
Binary file not shown.

deps/cimgui/win-x86/cimgui.dll

11.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)