From aef24a2104bb99f091ba03a7680df83666c6ce49 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 3 Dec 2024 07:15:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d11c3da..309ad7a 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,6 @@ To remove console window, build with `-ldflags "-H=windowsgui"`. Download the raylib.dll from the assets on the [releases page](https://github.com/raysan5/raylib/releases). It is contained in the `raylib-*_win64_msvc*.zip`. Put the raylib.dll into the root folder of your project or copy it into `C:\Windows\System32` for a system-wide installation. -As of November 15, 2023, raylib 5.0 is the required version. - It is also possible to build the DLL yourself. You can find more info at [raylib's wiki](https://github.com/raysan5/raylib/wiki/Working-on-Windows). ##### Android