freetype: use old gg

pull/5211/head
Alexander Medvednikov 2020-06-04 20:18:22 +02:00
parent fb7ca56d87
commit 926ffc8aa9
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
module gg module oldgg
import gl import gl
import gx import gx