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

cgen: remove the need for [console] for gg or ui programs on windows (#15912)

This commit is contained in:
Larpon
2022-09-29 14:02:50 +02:00
committed by GitHub
parent 79a473f8ec
commit 816e9319d7
21 changed files with 28 additions and 37 deletions

View File

@@ -116,7 +116,6 @@ fn my_event_manager(mut ev gg.Event, mut app App_data) {
}
}
[console]
fn main() {
mut app := &App_data{
gg: 0