mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-09 04:51:37 -07:00
add build flags restrictions
This commit is contained in:
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
//+build windows, linux, darwin
|
||||
package fontstash
|
||||
|
||||
import "core:runtime"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
//+build windows, linux, darwin
|
||||
package nanovg_gl
|
||||
|
||||
import "core:log"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
//+build windows, linux, darwin
|
||||
package nanovg
|
||||
|
||||
// TODO rename structs to old nanovg style!
|
||||
|
||||
Reference in New Issue
Block a user