add build flags restrictions

This commit is contained in:
skytrias
2023-06-26 21:28:54 +02:00
parent bbe50bdaf1
commit ca1d437435
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
//+build windows, linux, darwin
package fontstash
import "core:runtime"
+1
View File
@@ -1,3 +1,4 @@
//+build windows, linux, darwin
package nanovg_gl
import "core:log"
+1
View File
@@ -1,3 +1,4 @@
//+build windows, linux, darwin
package nanovg
// TODO rename structs to old nanovg style!