packages feed

gelatin 0.0.0.0 → 0.0.0.2

raw patch · 2 files changed

+3/−4 lines, 2 filesdep +gelatindep −gelatin-core

Dependencies added: gelatin

Dependencies removed: gelatin-core

Files

gelatin.cabal view
@@ -10,14 +10,14 @@ -- PVP summary:      +-+------- breaking API changes --                   | | +----- non-breaking API additions --                   | | | +--- code changes with no API change-version:             0.0.0.0+version:             0.0.0.2  -- A short (one-line) description of the package. synopsis:            An experimental real time renderer.  -- A longer description of the package. description:         gelatin is a very experimental real time rendering-                     engine for 2d graphics. It is backed by opengl 3.2.+                     engine for 2d graphics. It is backed by opengl 3.3.  -- The license under which the package is released. license:             MIT@@ -101,7 +101,7 @@   hs-source-dirs:      src   main-is:             Example.hs   build-depends:       base >=4.6 && <5.0,-                       gelatin-core -any,+                       gelatin -any,                        linear >=1.18,                        gl >=0.7,                        GLFW-b >= 1.4.7.2,
src/Gelatin/Core/Rendering/Types.hs view
@@ -54,7 +54,6 @@ -------------------------------------------------------------------------------- data LineJoin = LineJoinMiter               | LineJoinBevel-              -- | LineJoinRound               deriving (Show, Eq) data EndCap = EndCapButt             | EndCapBevel