From 5586c6b9c503203e70cca7b54558e6f7dbfd2b6d Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 23 Sep 2021 12:20:44 +0100 Subject: [PATCH] Update microui/README.md --- vendor/microui/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/microui/README.md b/vendor/microui/README.md index e5944b880..6c7031980 100644 --- a/vendor/microui/README.md +++ b/vendor/microui/README.md @@ -17,7 +17,7 @@ A tiny, portable, immediate-mode UI library written in Odin. (Ported from [rxi/m * Simple layout system ## Notes -* This library assumes you are using the latest nightly build or GitHub master of the Odin compiler. Since Odin is still under development this means this library might break in the future. Please create an issue or PR if that happens. Last verified against: odin version dev-2021-07:481fc8a5 +* This library assumes you are using the latest nightly build or GitHub master of the Odin compiler. Since Odin is still under development this means this library might break in the future. Please create an issue or PR if that happens. * The library expects the user to provide input and handle the resultant drawing commands, it does not do any drawing itself.