Skip to content

Commit

Permalink
allow Colors 0.13
Browse files Browse the repository at this point in the history
jwahlstrand committed Oct 26, 2024
1 parent 7a9d15a commit c72cdbd
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ jobs:
matrix:
julia-version:
- "1"
- "1.10"
#- "nightly"
os:
- ubuntu-20.04
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Gtk4Makie"
uuid = "478199e7-b407-4926-87ea-7196203a28d8"
version = "0.3.0"
version = "0.3.1"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -22,7 +22,7 @@ Gtk4MakieCairoMakieExt = "CairoMakie"

[compat]
CairoMakie = "0.11, 0.12"
Colors = "0.11, 0.12"
Colors = "0.11, 0.12, 0.13"
FileIO = "1.10"
GLMakie = "0.10.7"
GeometryBasics = "0.4.11"

0 comments on commit c72cdbd

Please sign in to comment.