diff options
| author | gingerBill <bill@gingerbill.org> | 2025-02-04 17:13:15 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2025-02-04 17:13:15 +0000 |
| commit | 7380f31e05e6cdfe665a26954eedfa934d70a303 (patch) | |
| tree | 43b249047dcf186f8b1e3bda24519fca1068439f /examples | |
| parent | fbac23a6319662956b3b05ddb919cae858070c0e (diff) | |
Add `vendor:sdl3` to ci.yml
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_vendor.odin | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 8a10d7224..d316dab57 100644 --- a/examples/all/all_vendor.odin +++ b/examples/all/all_vendor.odin @@ -19,7 +19,6 @@ import IMG "vendor:sdl2/image" import MIX "vendor:sdl2/mixer" import TTF "vendor:sdl2/ttf" -import SDL3 "vendor:sdl3" import vk "vendor:vulkan" @@ -46,7 +45,6 @@ _ :: rl _ :: zlib _ :: SDL -_ :: SDL3 _ :: SDLNet _ :: IMG _ :: MIX |