FTGL 2.0 → 2.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- FTGL.cabal +1/−1
- Graphics/Rendering/FTGL.hs +1/−1
FTGL.cabal view
@@ -1,5 +1,5 @@ Name: FTGL-Version: 2.0 +Version: 2.1 Cabal-Version: >= 1.6 License: BSD3 License-File: LICENSE
Graphics/Rendering/FTGL.hs view
@@ -17,7 +17,7 @@ -- -- > do font <- createTextureFont "Font.ttf" -- > setFontFaceSize font 24 72--- > renderFont font "Hello world!"+-- > renderFont font "Hello world!" Front -- -- Fonts are rendered so that a single point is an OpenGL unit, and a point is 1:72 of -- an inch.