This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7db2ad1
commit 73b12c5
Showing
1 changed file
with
21 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |