Skip to content

Commit

Permalink
Prepare v1.82.1
Browse files Browse the repository at this point in the history
This is a patch release that fixes compat bounds for some dependencies, which
were previously allowing newer-than-actually-compatible versions.
  • Loading branch information
JamesWrigley committed Nov 10, 2023
1 parent 2cd40da commit 827274b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CImGui"
uuid = "5d785b6c-b76f-510e-a07c-3070796c7e87"
authors = ["Yupei Qi <qiyupei@gmail.com>"]
version = "1.82.0"
version = "1.82.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand All @@ -15,10 +15,10 @@ Preferences = "21216c6a-2e73-6563-6e65-726566657250"
[compat]
CEnum = "0.4"
CSyntax = "0.4"
ImGuiGLFWBackend = "0.1, 0.2"
ImGuiGLFWBackend = "0.1"
ImGuiOpenGL2Backend = "0.1"
ImGuiOpenGLBackend = "0.1, 0.2"
LibCImGui = "~1.82, 1"
ImGuiOpenGLBackend = "0.1"
LibCImGui = "~1.82"
Preferences = "1"
julia = "1.6"

Expand Down

0 comments on commit 827274b

Please sign in to comment.