gg: add a temporary import for gx + a gg.Color type alias for gx.Color, without using it
parent
afd3ca8273
commit
eb7f152f3d
|
@ -0,0 +1,5 @@
|
||||||
|
module gg
|
||||||
|
|
||||||
|
import gx
|
||||||
|
|
||||||
|
pub type Color = gx.Color
|
Loading…
Reference in New Issue