v: deprecate @VROOT in favour of @VMODROOT (#9795)

This commit is contained in:
Delyan Angelov 2021-04-19 19:01:47 +03:00 committed by GitHub
parent 4b230d16b3
commit d4f31412b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 194 additions and 109 deletions

View file

@ -4,9 +4,9 @@
module stbi
#flag -I @VROOT/thirdparty/stb_image
#flag -I @VEXEROOT/thirdparty/stb_image
#include "stb_image.h"
#flag @VROOT/thirdparty/stb_image/stbi.o
#flag @VEXEROOT/thirdparty/stb_image/stbi.o
pub struct Image {
pub mut: