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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user