diff options
| author | gingerBill <bill@gingerbill.org> | 2021-09-08 18:04:05 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-09-08 18:04:05 +0100 |
| commit | e5fbf45c428a86a19d6718f0994c4d996addcbbe (patch) | |
| tree | a4dfccb615f656735e6346156e5cf26001d797d4 /examples | |
| parent | 123db3a23de0d37f2cd6a748df3c22c909ccfc0d (diff) | |
Add `vendor:raylib` (core only)
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_main.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/all/all_main.odin b/examples/all/all_main.odin index adfdbc486..52b1a0071 100644 --- a/examples/all/all_main.odin +++ b/examples/all/all_main.odin @@ -60,6 +60,7 @@ import utf16 "core:unicode/utf16" import glfw "vendor:glfw" import gl "vendor:OpenGL" +import rl "vendor:raylib" import PM "vendor:portmidi" import SDL "vendor:sdl2" import IMG "vendor:sdl2/image" |