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

Commit af6d35a

Browse files
committed
rely on GLAbstraction for N0f8
1 parent 7af0399 commit af6d35a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

REQUIRE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
julia 0.5
22

33
ModernGL
4-
GLAbstraction
4+
GLAbstraction 0.3.1
55
GLFW
66
Reactive
77
GeometryTypes
88
Compat 0.7.15
99
ColorTypes
1010
FixedPointNumbers
1111
FixedSizeArrays
12-
FileIO
12+
FileIO

src/GLWindow.jl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@ using Compat
1414
using FileIO
1515

1616
import GLFW: Window, Monitor
17-
import GLAbstraction.render
18-
import GeometryTypes.widths
17+
import GLAbstraction: render, N0f8
18+
import GeometryTypes: widths
1919

20-
if isdefined(FixedPointNumbers, :N0f8)
21-
import FixedPointNumbers: N0f8
22-
else
23-
const N0f8 = FixedPointNumbers.UFixed8
24-
end
2520

2621
include("types.jl")
2722

0 commit comments

Comments
 (0)