mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-30 18:13:31 +00:00
Update raylib version
This commit is contained in:
parent
59949bf848
commit
547960ca71
@ -25,8 +25,7 @@
|
|||||||
|
|
||||||
# Define required raylib variables
|
# Define required raylib variables
|
||||||
PROJECT_NAME ?= raylib_examples
|
PROJECT_NAME ?= raylib_examples
|
||||||
RAYLIB_VERSION ?= 3.0.0
|
RAYLIB_VERSION ?= 3.5.0
|
||||||
RAYLIB_API_VERSION ?= 3
|
|
||||||
RAYLIB_PATH ?= ..
|
RAYLIB_PATH ?= ..
|
||||||
|
|
||||||
# Define default options
|
# Define default options
|
||||||
@ -405,7 +404,8 @@ CORE = \
|
|||||||
core/core_storage_values \
|
core/core_storage_values \
|
||||||
core/core_vr_simulator \
|
core/core_vr_simulator \
|
||||||
core/core_loading_thread \
|
core/core_loading_thread \
|
||||||
core/core_quat_conversion
|
core/core_quat_conversion \
|
||||||
|
core/core_window_flags
|
||||||
|
|
||||||
SHAPES = \
|
SHAPES = \
|
||||||
shapes/shapes_basic_shapes \
|
shapes/shapes_basic_shapes \
|
||||||
@ -442,7 +442,8 @@ TEXTURES = \
|
|||||||
textures/textures_sprite_button \
|
textures/textures_sprite_button \
|
||||||
textures/textures_sprite_explosion \
|
textures/textures_sprite_explosion \
|
||||||
textures/textures_bunnymark \
|
textures/textures_bunnymark \
|
||||||
textures/textures_blend_modes
|
textures/textures_blend_modes \
|
||||||
|
textures/textures_draw_tiled
|
||||||
|
|
||||||
TEXT = \
|
TEXT = \
|
||||||
text/text_raylib_fonts \
|
text/text_raylib_fonts \
|
||||||
@ -489,6 +490,8 @@ SHADERS = \
|
|||||||
shaders/shaders_fog \
|
shaders/shaders_fog \
|
||||||
shaders/shaders_simple_mask \
|
shaders/shaders_simple_mask \
|
||||||
shaders/shaders_spotlight \
|
shaders/shaders_spotlight \
|
||||||
|
shaders/shaders_rlgl_mesh_instanced \
|
||||||
|
shaders/shaders_multi_sample2d \
|
||||||
shaders/shaders_rlgl_mesh_instanced
|
shaders/shaders_rlgl_mesh_instanced
|
||||||
|
|
||||||
AUDIO = \
|
AUDIO = \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user