GLUtil 0.10.0 → 0.10.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~OpenGLRaw
Dependency ranges changed: OpenGLRaw
Files
- CHANGELOG.md +6/−0
- GLUtil.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,9 @@+# 0.10.1+Bump `OpenGLRaw` upper bound++# 0.10.0+Use Cabal 2.0's `build-tool-depends` field+ # 0.9.2 * Don't use `hpp` for preprocessing on Windows
GLUtil.cabal view
@@ -1,5 +1,5 @@ Name: GLUtil-Version: 0.10.0+Version: 0.10.1 Synopsis: Miscellaneous OpenGL utilities. License: BSD3 License-file: LICENSE@@ -49,7 +49,7 @@ filepath, linear >= 1.1.3, JuicyPixels >= 3,- OpenGLRaw >= 3.0 && < 3.3,+ OpenGLRaw >= 3.0 && < 3.4, OpenGL >= 3 && < 3.1, transformers >= 0.3, vector >= 0.7