Michelangelo 0.2.2.0 → 0.2.3.0
raw patch · 2 files changed
+3/−1 lines, 2 files
Files
Michelangelo.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.2.2.0 +version: 0.2.3.0 -- A short (one-line) description of the package. synopsis: OpenGL for dummies
src/Graphics/Michelangelo/Lenses.hs view
@@ -51,3 +51,5 @@ makeFields ''Mesh makeFields ''Entity makeFields ''ShaderProgram + +makePrisms ''UniformValue