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

gg: add a temporary import for gx + a gg.Color type alias for gx.Color, without using it

This commit is contained in:
Delyan Angelov 2022-01-29 21:42:19 +02:00
parent afd3ca8273
commit eb7f152f3d
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

5
vlib/gg/import_gx.v Normal file
View File

@ -0,0 +1,5 @@
module gg
import gx
pub type Color = gx.Color