diff --git a/F/Foresight/Compat.toml b/F/Foresight/Compat.toml index 1d297f51251013f..bceb6001eab6454 100644 --- a/F/Foresight/Compat.toml +++ b/F/Foresight/Compat.toml @@ -29,7 +29,7 @@ Format = "1.3.6-1" ["0.2.1-0.2.3"] Images = "0.25-0.26" -["0.2.2-0"] +["0.2.2-0.2"] Makie = "0.19-0.21" ["0.2.3-0"] @@ -37,3 +37,6 @@ Colors = "0.12-0.13" ["0.2.4-0"] julia = "1.10.0-1" + +["0.3-0"] +Makie = "0.19-0.22" diff --git a/F/Foresight/Versions.toml b/F/Foresight/Versions.toml index 373b1ddae024909..79a4f79551b5685 100644 --- a/F/Foresight/Versions.toml +++ b/F/Foresight/Versions.toml @@ -15,3 +15,6 @@ git-tree-sha1 = "bd188f3d60b2ebd667c7006594529e4649c7a60f" ["0.2.4"] git-tree-sha1 = "6d1455dd0abf5e4a756427ea9dfd40e15536cb5f" + +["0.3.1"] +git-tree-sha1 = "8447593a2bc5743f11ddd912b34d6062dab7a7d6" diff --git a/F/Foresight/WeakCompat.toml b/F/Foresight/WeakCompat.toml index 31cc79222bd87a9..611d040ef2d586f 100644 --- a/F/Foresight/WeakCompat.toml +++ b/F/Foresight/WeakCompat.toml @@ -5,5 +5,9 @@ Plots = "1.20.0-1" ["0.2-0.2.1"] CairoMakie = "0.11" -["0.2.2-0"] +["0.2.2-0.2"] CairoMakie = "0.11-0.12" + +["0.3-0"] +CairoMakie = "0.11-0.13" +WGLMakie = "0.10-0.11" diff --git a/F/Foresight/WeakDeps.toml b/F/Foresight/WeakDeps.toml index b27b16599272ac8..4ac31bd917c31a3 100644 --- a/F/Foresight/WeakDeps.toml +++ b/F/Foresight/WeakDeps.toml @@ -2,3 +2,6 @@ CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0" Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44" Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" + +["0.3-0"] +WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"