aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-03-11 11:09:58 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-03-11 11:09:58 +0100
commit7a7b87181dda2f5b3ac3f3286861f033fdd60aa9 (patch)
tree59cdcc05dc95c0d0cae97457e58900e5c4b1a14d /examples
parentc6dc5170042057da9bd4708f81017a3a994b2293 (diff)
[examples] Add `core:encoding/varint` to `examples/all`.
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_main.odin2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin
index e694060d2..7d2082250 100644
--- a/examples/all/all_main.odin
+++ b/examples/all/all_main.odin
@@ -54,6 +54,7 @@ import base64 "core:encoding/base64"
import csv "core:encoding/csv"
import hxa "core:encoding/hxa"
import json "core:encoding/json"
+import varint "core:encoding/varint"
import fmt "core:fmt"
import hash "core:hash"
@@ -153,6 +154,7 @@ _ :: base64
_ :: csv
_ :: hxa
_ :: json
+_ :: varint
_ :: fmt
_ :: hash
_ :: image