not-gloss 0.5.0.3 → 0.5.0.4
raw patch · 2 files changed
+3/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Vis/Camera.hs +2/−0
- not-gloss.cabal +1/−1
Vis/Camera.hs view
@@ -92,4 +92,6 @@ newRho = case (key, keyState) of (MouseButton WheelUp, Down) -> 0.9 * (rho camera) (MouseButton WheelDown, Down) -> 1.1 * (rho camera)+ (Char 'e', Down) -> 0.9 * (rho camera)+ (Char 'q', Down) -> 1.1 * (rho camera) _ -> rho camera
not-gloss.cabal view
@@ -1,5 +1,5 @@ name: not-gloss-version: 0.5.0.3+version: 0.5.0.4 stability: Experimental synopsis: Painless 3D graphics, no affiliation with gloss description:{