mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-25 06:21:35 +00:00
vendor: add Box3D support for WebAssembly (#7266)
vendor: add Box3D support for WebAssembly Generate the WASM object directly from the existing build script so vendor binaries stay out of source control while JS target checks remain reproducible.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
package all
|
||||
|
||||
@(require) import "vendor:box2d"
|
||||
@(require) import "vendor:box3d"
|
||||
@(require) import "vendor:cgltf"
|
||||
@(require) import "vendor:fontstash"
|
||||
@(require) import "vendor:microui"
|
||||
|
||||
Reference in New Issue
Block a user