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:
@ -586,7 +586,6 @@ fn my_event_manager(mut ev gg.Event, mut app App) {
|
||||
/******************************************************************************
|
||||
* Main
|
||||
******************************************************************************/
|
||||
[console] // is needed for easier diagnostics on windows
|
||||
fn main() {
|
||||
// App init
|
||||
mut app := &App{
|
||||
|
Reference in New Issue
Block a user