diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-15 11:14:51 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-15 11:14:51 +0100 |
| commit | d1b9b066145dc46eac640bada652cfd7b34881e6 (patch) | |
| tree | 6980e49ce41206fafd67cf440bad47d25d7cf3e7 /examples | |
| parent | 19aefa6a403839da978217b40ffee6be29e96292 (diff) | |
Add `core:math/big` to `examples/all`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index 5157d7c82..9baff266c 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -26,6 +26,7 @@ import "core:image/png" import "core:io" import "core:log" import "core:math" +import "core:math/big" import "core:math/bits" import "core:math/fixed" import "core:math/linalg" |