Skip to content

Commit eb7f152

Browse files
committed
gg: add a temporary import for gx + a gg.Color type alias for gx.Color, without using it
1 parent afd3ca8 commit eb7f152

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vlib/gg/import_gx.v

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module gg
2+
3+
import gx
4+
5+
pub type Color = gx.Color

0 commit comments

Comments
 (0)