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

Commit

Permalink
prepare require for switch to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch authored May 22, 2017
1 parent 7db2ad1 commit 73b12c5
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 73b12c5

Please sign in to comment.