diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-01-18 11:03:09 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-01-18 11:03:09 +0100 |
commit | a6515e1b15aa067073d534699ec03cfc66317c6d (patch) | |
tree | 3228e2bdf538e6fe15a8b756d86d5affdba123cb /examples/Hello.hs | |
parent | 69e227e723f46920b75274d14cfd09da9abad288 (diff) |
rename to lambdacube-gl
Diffstat (limited to 'examples/Hello.hs')
-rw-r--r-- | examples/Hello.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Hello.hs b/examples/Hello.hs index 1cba1b5..1dfc547 100644 --- a/examples/Hello.hs +++ b/examples/Hello.hs | |||
@@ -3,8 +3,8 @@ import "GLFW-b" Graphics.UI.GLFW as GLFW | |||
3 | import qualified Data.Map as Map | 3 | import qualified Data.Map as Map |
4 | import qualified Data.Vector.Storable as SV | 4 | import qualified Data.Vector.Storable as SV |
5 | 5 | ||
6 | import "lambdacube-gl-ir" LambdaCube.GL as LambdaCubeGL -- renderer | 6 | import LambdaCube.GL as LambdaCubeGL -- renderer |
7 | import "lambdacube-gl-ir" LambdaCube.GL.Mesh as LambdaCubeGL | 7 | import LambdaCube.GL.Mesh as LambdaCubeGL |
8 | 8 | ||
9 | import Codec.Picture as Juicy | 9 | import Codec.Picture as Juicy |
10 | 10 | ||