Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Commit 73b12c5

Browse files
authored
prepare require for switch to 0.6
1 parent 7db2ad1 commit 73b12c5

File tree

1 file changed

+21
-13
lines changed

1 file changed

+21
-13
lines changed

REQUIRE

+21-13
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,36 @@
1-
julia 0.5
1+
# I plan to release an 0.6 only version after this,
2+
# so we need to cap everything that relies on StaticArrays (that's making it 0.6 only)
23

3-
GLWindow 0.3
4-
GLAbstraction 0.3.1
5-
GeometryTypes 0.2
4+
# this shouldn't include 0.6!
5+
julia 0.5 0.6.0
6+
7+
# Packages that soon will rely on StaticArrays
8+
GLWindow 0.3.3 0.4
9+
GLAbstraction 0.3.2 0.4
10+
GeometryTypes 0.2 0.3
11+
Packing 0.0.4 0.1
12+
Reactive 0.3.0 0.3.7 0.5-
13+
14+
# packages with stable interface
615

716
GLFW
817
ModernGL
918
FixedSizeArrays
10-
Reactive 0.5.0
1119

1220
FixedPointNumbers
1321
ColorVectorSpace
1422
ColorTypes
1523
Colors
16-
17-
Images
18-
Quaternions
19-
FileIO
20-
MeshIO
21-
2224
SignedDistanceFields
2325
FreeType
2426
Iterators
25-
Packing
27+
FileIO
28+
MeshIO
2629
UnicodeFun
27-
2830
Compat 0.18
31+
Quaternions
32+
33+
# We went through extra length to be compatible to most Images versions
34+
Images
35+
AxisArrays
36+
ImageAxes

0 commit comments

Comments
 (0)