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:
parent
afd3ca8273
commit
eb7f152f3d
5
vlib/gg/import_gx.v
Normal file
5
vlib/gg/import_gx.v
Normal file
@ -0,0 +1,5 @@
|
||||
module gg
|
||||
|
||||
import gx
|
||||
|
||||
pub type Color = gx.Color
|
Loading…
Reference in New Issue
Block a user