mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Add core:math/linalg/glsl to all_main.odin
This commit is contained in:
@@ -29,6 +29,7 @@ import big "core:math/big"
|
||||
import bits "core:math/bits"
|
||||
import fixed "core:math/fixed"
|
||||
import linalg "core:math/linalg"
|
||||
import glm "core:math/linalg/glsl"
|
||||
import rand "core:math/rand"
|
||||
import mem "core:mem"
|
||||
import ast "core:odin/ast"
|
||||
@@ -84,6 +85,7 @@ _ :: big
|
||||
_ :: bits
|
||||
_ :: fixed
|
||||
_ :: linalg
|
||||
_ :: glm
|
||||
_ :: rand
|
||||
_ :: mem
|
||||
_ :: ast
|
||||
|
||||
Reference in New Issue
Block a user