We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9d15a commit c72cdbdCopy full SHA for c72cdbd
.github/workflows/ci.yml
@@ -16,6 +16,7 @@ jobs:
16
matrix:
17
julia-version:
18
- "1"
19
+ - "1.10"
20
#- "nightly"
21
os:
22
- ubuntu-20.04
Project.toml
@@ -1,6 +1,6 @@
1
name = "Gtk4Makie"
2
uuid = "478199e7-b407-4926-87ea-7196203a28d8"
3
-version = "0.3.0"
+version = "0.3.1"
4
5
[deps]
6
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
@@ -22,7 +22,7 @@ Gtk4MakieCairoMakieExt = "CairoMakie"
23
[compat]
24
CairoMakie = "0.11, 0.12"
25
-Colors = "0.11, 0.12"
+Colors = "0.11, 0.12, 0.13"
26
FileIO = "1.10"
27
GLMakie = "0.10.7"
28
GeometryBasics = "0.4.11"
0 commit comments