RADME.md: add additional note about platform support

This commit is contained in:
Jonathan Daugherty 2023-11-05 15:25:19 -08:00 committed by GitHub
parent 986266c18a
commit 6cb85dd46c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ Under the hood, this library builds upon
[vty](http://hackage.haskell.org/package/vty), so some knowledge of Vty
will be necessary to use this library. Brick depends on
`vty-crossplatform`, so Brick should work anywhere Vty works (Unix and
Windows).
Windows). Brick releases prior to 2.0 only support Unix-based systems.
Example
-------