Move import to a windows specific file

This commit is contained in:
gingerBill
2024-06-20 12:38:09 +01:00
parent 3db7780a2c
commit 8c760e140f
2 changed files with 4 additions and 2 deletions
-2
View File
@@ -20,7 +20,6 @@ import MIX "vendor:sdl2/mixer"
import TTF "vendor:sdl2/ttf"
import vk "vendor:vulkan"
import wgpu "vendor:wgpu"
// NOTE(bill): only one can be checked at a time
import lua_5_4 "vendor:lua/5.4"
@@ -51,7 +50,6 @@ _ :: MIX
_ :: TTF
_ :: vk
_ :: wgpu
_ :: lua_5_4
+4
View File
@@ -0,0 +1,4 @@
package all
import wgpu "vendor:wgpu"
_ :: wgpu