freetype: use old gg
parent
fb7ca56d87
commit
926ffc8aa9
|
@ -5,7 +5,7 @@ module freetype
|
|||
|
||||
import os
|
||||
import gx
|
||||
import gg
|
||||
import oldgg as gg
|
||||
import glm
|
||||
import gl
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by an MIT license
|
||||
// that can be found in the LICENSE file.
|
||||
|
||||
module gg
|
||||
module oldgg
|
||||
|
||||
import stbi
|
||||
import glm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module gg
|
||||
module oldgg
|
||||
|
||||
import gl
|
||||
import gx
|
||||
|
|
Loading…
Reference in New Issue