mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +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
1
vlib/gg/testdata/draw_simple_polygons.vv
vendored
1
vlib/gg/testdata/draw_simple_polygons.vv
vendored
|
@ -10,7 +10,6 @@ mut:
|
|||
edge int = 3
|
||||
}
|
||||
|
||||
[console]
|
||||
fn main() {
|
||||
println('rotation: left arrow key, right arrow key')
|
||||
println('center polygon edge: up arrow key, down arrow key')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue