From f9e2215c49af43a48801dcf6ffb8d0d0fe18dba0 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 19 Aug 2026 21:17:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7fc704e25..474d6f9f6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ features - Bindings to [+70 programming languages](https://github.com/raysan5/raylib/blob/master/BINDINGS.md)! - **Free and open source** +limitations +----------- + - No support for rendering during resizing or window movement on windows platforms + basic example -------------- This is a basic raylib example, it creates a window and draws the text `"Congrats! You created your first window!"` in the middle of the screen. Check this example [running live on web here](https://www.raylib.com/examples/core/loader.html?name=core_basic_window).