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