mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-15 07:31:26 -07:00
Add SDL3 to examples/all/all_vendor.odin
This commit is contained in:
@@ -19,6 +19,8 @@ import IMG "vendor:sdl2/image"
|
||||
import MIX "vendor:sdl2/mixer"
|
||||
import TTF "vendor:sdl2/ttf"
|
||||
|
||||
import SDL3 "vendor:sdl3"
|
||||
|
||||
import vk "vendor:vulkan"
|
||||
|
||||
// NOTE(bill): only one can be checked at a time
|
||||
@@ -44,6 +46,7 @@ _ :: rl
|
||||
_ :: zlib
|
||||
|
||||
_ :: SDL
|
||||
_ :: SDL3
|
||||
_ :: SDLNet
|
||||
_ :: IMG
|
||||
_ :: MIX
|
||||
|
||||
Reference in New Issue
Block a user