diff --git a/REQUIRE b/REQUIRE index 54cc01b..c676234 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,28 +1,36 @@ -julia 0.5 +# I plan to release an 0.6 only version after this, +# so we need to cap everything that relies on StaticArrays (that's making it 0.6 only) -GLWindow 0.3 -GLAbstraction 0.3.1 -GeometryTypes 0.2 +# this shouldn't include 0.6! +julia 0.5 0.6.0 + +# Packages that soon will rely on StaticArrays +GLWindow 0.3.3 0.4 +GLAbstraction 0.3.2 0.4 +GeometryTypes 0.2 0.3 +Packing 0.0.4 0.1 +Reactive 0.3.0 0.3.7 0.5- + +# packages with stable interface GLFW ModernGL FixedSizeArrays -Reactive 0.5.0 FixedPointNumbers ColorVectorSpace ColorTypes Colors - -Images -Quaternions -FileIO -MeshIO - SignedDistanceFields FreeType Iterators -Packing +FileIO +MeshIO UnicodeFun - Compat 0.18 +Quaternions + +# We went through extra length to be compatible to most Images versions +Images +AxisArrays +ImageAxes