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

new tool: bin2v to convert arbitrary files to a .v static module file

This commit is contained in:
Delyan Angelov
2020-01-13 18:54:18 +02:00
committed by Alexander Medvednikov
parent 4a82770f16
commit cb3ac33e18
4 changed files with 98 additions and 0 deletions

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ fns.txt
/tools/vtest-compiler
/tools/vtest-fmt
/tools/vfmt
/tools/vbin2v
/tools/vup
/tools/vpm
/tools/vcreate