Skip to content

Commit

Permalink
Merge tag '1.1.1' into develop
Browse files Browse the repository at this point in the history
Update cimgui + minor extensions
  • Loading branch information
ctreffs committed Jan 13, 2020
2 parents a06b40f + 91cec05 commit 5922f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import PackageDescription
let package = Package(
name: "YourPackageName",
dependencies: [
.package(url: "https://github.com/ctreffs/SwiftImGui.git", from: "1.1.0")
.package(url: "https://github.com/ctreffs/SwiftImGui.git", from: "1.1.1")
],
targets: [
.target(
Expand Down

0 comments on commit 5922f5b

Please sign in to comment.