mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
new gg/freetype modules with sokol/fontstash backends
This commit is contained in:
14
vlib/gg/gg.v
14
vlib/gg/gg.v
@@ -4,12 +4,14 @@
|
||||
|
||||
module gg
|
||||
|
||||
import stbi
|
||||
import glm
|
||||
import gl
|
||||
import gx
|
||||
import os
|
||||
import glfw
|
||||
import (
|
||||
stbi
|
||||
glm
|
||||
gl
|
||||
gx
|
||||
os
|
||||
glfw
|
||||
)
|
||||
|
||||
pub struct Vec2 {
|
||||
pub:
|
||||
|
||||
Reference in New Issue
Block a user