caramia 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+5/−2 lines, 2 files
Files
- README.md +2/−0
- caramia.cabal +3/−2
README.md view
@@ -1,3 +1,5 @@+[](https://travis-ci.org/Noeda/caramia)+ This is an OpenGL bindings library for real-time graphics for Haskell, using OpenGL 3.3.
caramia.cabal view
@@ -1,6 +1,6 @@ name: caramia-version: 0.2.0.0-synopsis: Caramia real-time hardware-accelerated rendering library+version: 0.2.0.1+synopsis: Less painful OpenGL 3.3 rendering homepage: https://github.com/Noeda/caramia/ license: MIT license-file: LICENSE@@ -20,6 +20,7 @@ Requirements: . * GHC 7.6++ . * OpenGL 3.3 (and GL\_ARB\_texture\_storage) (on the system where programs are run) . You need to use `-threaded` flag in executables that use this library.