diff options
| author | raysan5 <[email protected]> | 2020-12-23 13:48:53 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-12-23 13:48:53 +0100 |
| commit | 547960ca71f4c07c7f0fdd337937ec041f15abff (patch) | |
| tree | 63994567e3f330c5eb9ad07bc882eb38b1d7c443 | |
| parent | 59949bf848500adbc767bbc1c6653cb5e8ac416d (diff) | |
| download | raylib-547960ca71f4c07c7f0fdd337937ec041f15abff.tar.gz raylib-547960ca71f4c07c7f0fdd337937ec041f15abff.zip | |
Update raylib version
| -rw-r--r-- | examples/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/examples/Makefile b/examples/Makefile index 35063447..6bcbdb08 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -25,8 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= raylib_examples -RAYLIB_VERSION ?= 3.0.0 -RAYLIB_API_VERSION ?= 3 +RAYLIB_VERSION ?= 3.5.0 RAYLIB_PATH ?= .. # Define default options @@ -405,7 +404,8 @@ CORE = \ core/core_storage_values \ core/core_vr_simulator \ core/core_loading_thread \ - core/core_quat_conversion + core/core_quat_conversion \ + core/core_window_flags SHAPES = \ shapes/shapes_basic_shapes \ @@ -442,7 +442,8 @@ TEXTURES = \ textures/textures_sprite_button \ textures/textures_sprite_explosion \ textures/textures_bunnymark \ - textures/textures_blend_modes + textures/textures_blend_modes \ + textures/textures_draw_tiled TEXT = \ text/text_raylib_fonts \ @@ -489,6 +490,8 @@ SHADERS = \ shaders/shaders_fog \ shaders/shaders_simple_mask \ shaders/shaders_spotlight \ + shaders/shaders_rlgl_mesh_instanced \ + shaders/shaders_multi_sample2d \ shaders/shaders_rlgl_mesh_instanced AUDIO = \ |
