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