suporte para shaders

This commit is contained in:
silva guimaraes 2023-07-27 12:36:01 -03:00
parent 8159246e2c
commit df56b0237e
2 changed files with 75 additions and 12 deletions

3
windows.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc GOOS=windows GOARCH=amd64 CGO_LDFLAGS="-static-libgcc -static -lpthread" go build