Skip to content

Commit f78a219

Browse files
committed
Update imgui-switch version
1 parent 7b0a042 commit f78a219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ _NXVERS := 5baa28b0ce6ab2c8390fd85cfc36e1086f2cede9
6161
NXFILE := nx.zip
6262
NXVERS := e0fb67e90e945c6f214f16a804ae1ca7fa211d95
6363
IMGUIFILE := imgui.zip
64-
IMGUIVERS := b93f16ca8f376cc13ec0a56c86940a23a99156b9
64+
IMGUIVERS := b4e26056141604119ba272ac8fcdda712187a1a9
6565

6666

6767

@@ -90,7 +90,7 @@ linkPY: soospatchPY
9090
cloneNX:
9191
wget -O $(_NXFILE) "https://github.com/nx-python/_nx/archive/$(_NXVERS).zip"
9292
wget -O $(NXFILE) "https://github.com/nx-python/nx/archive/$(NXVERS).zip"
93-
wget -O $(IMGUIFILE) "https://github.com/nx-python/switch-imgui/archive/$(IMGUIVERS).zip"
93+
wget -O $(IMGUIFILE) "https://github.com/nx-python/imgui-switch/archive/$(IMGUIVERS).zip"
9494
unzip -o $(_NXFILE)
9595
unzip -o $(NXFILE)
9696
unzip -o $(IMGUIFILE)

0 commit comments

Comments
 (0)