Skip to content

Commit d395b5d

Browse files
committed
Merge branch 'release/1.77.0'
2 parents a7b7fad + aa6e0db commit d395b5d

File tree

12 files changed

+2905
-1873
lines changed

12 files changed

+2905
-1873
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "Sources/CImGUI/cimgui"]
22
path = 3rdparty/cimgui
33
url = https://github.com/ctreffs/cimgui.git
4+
[submodule "3rdparty/cimgui"]
5+
path = 3rdparty/cimgui
6+
url = https://github.com/cimgui/cimgui.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import PackageDescription
3838
let package = Package(
3939
name: "YourPackageName",
4040
dependencies: [
41-
.package(url: "https://github.com/ctreffs/SwiftImGui.git", from: "1.2.0")
41+
.package(url: "https://github.com/ctreffs/SwiftImGui.git", from: "1.77.0")
4242
],
4343
targets: [
4444
.target(

0 commit comments

Comments
 (0)