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