aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2025-06-20 09:05:50 +0100
committergingerBill <bill@gingerbill.org>2025-06-20 09:05:50 +0100
commit448702875ebda7eb0378da4d4698cbcc8f252c58 (patch)
treedfb58fd8a1469d1a97dd3c4915c7a9a8a33eb5af /examples
parent8f115c5bc8e0f683f69a239ca2dbe9d6fd70dc05 (diff)
Add `vendor:kb_text_shape` to examples/all/all_vendor.odin
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_vendor.odin5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin
index a41f9f986..71bb6ef86 100644
--- a/examples/all/all_vendor.odin
+++ b/examples/all/all_vendor.odin
@@ -45,4 +45,7 @@ package all
@(require) import stbi "vendor:stb/image"
@(require) import "vendor:stb/rect_pack"
@(require) import "vendor:stb/truetype"
-@(require) import "vendor:stb/vorbis" \ No newline at end of file
+@(require) import "vendor:stb/vorbis"
+
+
+@(require) import "vendor:kb_text_shape"