Update Readme. Talk about Windows support.

This commit is contained in:
ArthurSonzogni 2020-03-27 01:10:03 +01:00
parent 6e7b4526a0
commit 8e5104f71f

View File

@ -14,6 +14,10 @@ A simple C++ library for terminal based user interface.
* Simple and elegant syntax (in my opinion).
* Support for [UTF8](https://en.wikipedia.org/wiki/UTF-8) and [fullwidth chars](https://en.wikipedia.org/wiki/Halfwidth_and_fullwidth_forms) (→ 测试)
* No dependencies.
* Cross platform:
- Linux (main target)
- Windows (experimental, thanks to mauve@)
- Mac (never tested, but must WORK)
## Example:
~~~cpp