Ver Fonte

Add `vendor:box2d` to `examples/all`

gingerBill há 1 ano atrás
pai
commit
660b6ff0f1
1 ficheiros alterados com 4 adições e 1 exclusões
  1. 4 1
      examples/all/all_vendor_windows.odin

+ 4 - 1
examples/all/all_vendor_windows.odin

@@ -1,4 +1,7 @@
 package all
 
 import wgpu "vendor:wgpu"
-_ :: wgpu
+import b2 "vendor:box2d"
+
+_ :: wgpu
+_ :: b2