mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
checker: improve array errors; gg: remove unused imports
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
module gg
|
||||
|
||||
import gx
|
||||
import os
|
||||
import sokol
|
||||
import sokol.sapp
|
||||
import sokol.sgl
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
// Use of this source code is governed by an MIT license that can be found in the LICENSE file.
|
||||
module gg
|
||||
|
||||
import gx
|
||||
//import gx
|
||||
import os
|
||||
import sokol
|
||||
import sokol.sapp
|
||||
//import sokol.sapp
|
||||
import sokol.sgl
|
||||
import sokol.gfx
|
||||
//import sokol.gfx
|
||||
import stbi
|
||||
|
||||
pub struct Image {
|
||||
|
||||
Reference in New Issue
Block a user