mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
Add darwin libraries back to normal examples/all to fix documentation generation
This commit is contained in:
@@ -80,4 +80,17 @@ _ :: nvg
|
||||
_ :: nvg_gl
|
||||
_ :: fontstash
|
||||
|
||||
_ :: xlib
|
||||
_ :: xlib
|
||||
|
||||
|
||||
// NOTE: needed for doc generator
|
||||
|
||||
import NS "vendor:darwin/Foundation"
|
||||
import MTL "vendor:darwin/Metal"
|
||||
import MTK "vendor:darwin/MetalKit"
|
||||
import CA "vendor:darwin/QuartzCore"
|
||||
|
||||
_ :: NS
|
||||
_ :: MTL
|
||||
_ :: MTK
|
||||
_ :: CA
|
||||
|
||||
@@ -1,12 +1,3 @@
|
||||
//+build darwin
|
||||
package all
|
||||
|
||||
import NS "vendor:darwin/Foundation"
|
||||
import MTL "vendor:darwin/Metal"
|
||||
import MTK "vendor:darwin/MetalKit"
|
||||
import CA "vendor:darwin/QuartzCore"
|
||||
|
||||
_ :: NS
|
||||
_ :: MTL
|
||||
_ :: MTK
|
||||
_ :: CA
|
||||
|
||||
Reference in New Issue
Block a user