packages feed

nanovg-0.2.0.0: src/NanoVG/Internal/Context.hs

module NanoVG.Internal.Context
  (Context(..)
  ) where

import Foreign.Ptr

-- | Opaque context that needs to be passed around
newtype Context = Context (Ptr Context)