packages feed

hogre 0.0.2 → 0.0.3

raw patch · 2 files changed

+4/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hogre.cabal view
@@ -1,5 +1,5 @@ Name:               hogre-Version:            0.0.2+Version:            0.0.3 Cabal-Version:      >= 1.6 License:            OtherLicense License-File:       LICENSE
src/Graphics/Ogre/Ogre.hs view
@@ -1,6 +1,7 @@ -- | This module allows simple OGRE usage from Haskell.---   Note that you need OGRE and CEGUI libraries and headers.---   Currently, only OGRE version 1.7.0dev-unstable (Cthugha) has been tested.+--   Note that you need OGRE libraries and headers.+--   Tested with OGRE version 1.7.0dev-unstable (Cthugha) and 1.6.4 +--   (Shoggoth). --   Usage for a simple scene creation: -- --   1. Define the settings structure 'OgreSettings'.