not-gloss 0.3.0 → 0.3.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- not-gloss.cabal +2/−2
not-gloss.cabal view
@@ -1,5 +1,5 @@ name: not-gloss-version: 0.3.0+version: 0.3.0.1 stability: Experimental synopsis: Painless 3D graphics, no affiliation with gloss description:{@@ -8,7 +8,7 @@ This is an early release and the api will certainly change. Note that transparency can be controlled by the alpha value: "makeColor r g b alpha" but that you must draw objects from back to front for transparency to properly work (just put clear things last). Also, transparent ellipsoids and cylinders have ugly artifacts, sorry.-Look at the example `Example.hs` to get started.+Look at the complimentary package not-gloss-examples to get started. } license: BSD3 license-file: LICENSE