varying-0.1.0.0: src/Control/Varying.hs
-- | Module: Control.Varying
-- Copyright: (c) 2015 Schell Scivally
-- License: MIT
-- Maintainer: Schell Scivally <schell.scivally@synapsegroup.com>
module Control.Varying (
-- * Reexports
module Control.Varying.Core,
module Control.Varying.Event,
module Control.Varying.Tween
) where
import Control.Varying.Core
import Control.Varying.Event
import Control.Varying.Tween