Remove dependency on OpenGL

This commit is contained in:
2023-03-09 22:20:24 +00:00
parent aa2746e800
commit d72033c562
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -30,8 +30,7 @@ module Shader.Data
, frag'
) where
import Data.Vector (Vector)
import Graphics.Rendering.OpenGL
import Graphics.GL.Core43
import Graphics.GL.Core45
import Foreign
import Control.Lens
{- | Datatype containing the necessary information for a single shader. -}