aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-08-14 11:15:34 +0100
committerGitHub <noreply@github.com>2024-08-14 11:15:34 +0100
commit4c19f507ffd105bb5f1a677f8564374cbdc52e14 (patch)
tree03d648b3e5114de67a78ea81d7845e446ea8206f /examples
parent29a6959a566cea8961e10363df280cb30ca9433b (diff)
parent651122e9dbd87e1bb1410066ebc108bea1068c72 (diff)
Merge pull request #4074 from odin-lang/vendor/box2d
`vendor:box2d`
Diffstat (limited to 'examples')
-rw-r--r--examples/all/all_vendor_windows.odin5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/all/all_vendor_windows.odin b/examples/all/all_vendor_windows.odin
index 0c72c886c..50529afc9 100644
--- a/examples/all/all_vendor_windows.odin
+++ b/examples/all/all_vendor_windows.odin
@@ -1,4 +1,7 @@
package all
import wgpu "vendor:wgpu"
-_ :: wgpu \ No newline at end of file
+import b2 "vendor:box2d"
+
+_ :: wgpu
+_ :: b2 \ No newline at end of file