mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
cgen: remove the need for [console] for gg or ui programs on windows (#15912)
This commit is contained in:
parent
79a473f8ec
commit
816e9319d7
21 changed files with 28 additions and 37 deletions
|
@ -93,8 +93,6 @@ fn (mut app App) resize() {
|
|||
app.ui.height = size.height
|
||||
}
|
||||
|
||||
// is needed for easier diagnostics on windows
|
||||
[console]
|
||||
fn main() {
|
||||
mut font_path := os.resource_abs_path(os.join_path('..', 'assets', 'fonts', 'RobotoMono-Regular.ttf'))
|
||||
$if android {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue