1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: bring back native rendering on macos

This commit is contained in:
Alexander Medvednikov
2021-04-14 03:59:34 +03:00
parent 10bf974cda
commit 711e309eef
4 changed files with 126 additions and 7 deletions

View File

@@ -81,6 +81,7 @@ fn main() {
bg_color: bg_color
frame_fn: frame
font_path: font_path // window_user_ptr: ctx
// native_rendering: true
)
app.gg.run()
}