mirror of
https://github.com/vlang/v.git
synced 2025-09-07 14:20:10 -04:00
11 lines
231 B
V
11 lines
231 B
V
@[deprecated: 'module gx is deprecated, use import gg instead']
|
|
@[deprecated_after: '2026-01-24']
|
|
module gx
|
|
|
|
import fontstash as _
|
|
import gg
|
|
|
|
pub type HorizontalAlign = gg.HorizontalAlign
|
|
|
|
pub type VerticalAlign = gg.VerticalAlign
|