mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Fix #1334. Module glfw now imports gl.
This commit is contained in:
parent
b0913dc5a8
commit
9cd2d68505
@ -4,6 +4,8 @@
|
||||
|
||||
module glfw
|
||||
|
||||
import gl
|
||||
|
||||
#flag -I @VROOT/thirdparty/glfw
|
||||
#flag -L @VROOT/thirdparty/glfw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user