From c4eaf0076d39517a91da18f44f2be5c87457504d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 4 May 2021 11:19:28 +0200 Subject: Update raylib version --- projects/VSCode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/VSCode') diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile index 5e09d668..dd36164d 100644 --- a/projects/VSCode/Makefile +++ b/projects/VSCode/Makefile @@ -25,7 +25,7 @@ # Define required raylib variables PROJECT_NAME ?= game -RAYLIB_VERSION ?= 3.5.0 +RAYLIB_VERSION ?= 3.7.0 RAYLIB_PATH ?= ..\.. # Define compiler path on Windows -- cgit v1.2.3