1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

tools: add vshader (#12195)

This commit is contained in:
Larpon
2021-10-16 21:10:48 +02:00
committed by GitHub
parent bff7cc5f20
commit 678e3a210d
3 changed files with 323 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ const (
'repl',
'self',
'setup-freetype',
'shader',
'symlink',
'test',
'test-all', /* runs most of the tests and other checking tools, that will be run by the CI */