1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove oldgg, gl, glfw, freetype from vlib now that we have the new sokol based gg

This commit is contained in:
Alexander Medvednikov
2020-07-05 16:44:23 +02:00
parent 96bd4e8794
commit 36183660e6
14 changed files with 84 additions and 8212 deletions

View File

@@ -3,7 +3,6 @@ module main
import gx
import gg
import time
import glfw
import math
const (
@@ -17,7 +16,6 @@ struct Context {
}
fn main() {
glfw.init_glfw()
gconfig := gg.Cfg {
width: size
height: size