mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +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
1 changed files with 5 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue