Update microui/README.md

This commit is contained in:
gingerBill
2021-09-23 12:20:44 +01:00
parent 964a09ef7a
commit 5586c6b9c5

View File

@@ -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.