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:
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')
|
||||
|
||||
1
vlib/gg/testdata/remove_image_from_cache.vv
vendored
1
vlib/gg/testdata/remove_image_from_cache.vv
vendored
@@ -3,7 +3,6 @@ module main
|
||||
import gg
|
||||
import sokol.gfx
|
||||
|
||||
[console]
|
||||
fn main() {
|
||||
mut context := gg.new_context(
|
||||
frame_fn: frame
|
||||
|
||||
Reference in New Issue
Block a user