#####Colors for your Terminal.
##How to use it
- You just need rang.hpp from include directory, use it as
#include "rang.hpp"
- Check out the wiki
& maybe glance insidetest
directory to see some usage - ???
- Profit!!
- Make a
rang.wrap
file inside yoursubprojects/
directory with following content -
[rang-git]
directory=rang
url=https://github.com/agauniyal/rang.git
revision=head
- Place this code inside your primary
meson.build
-rang_dep = dependency('rang', fallback : ['rang', 'rang_dep'])
- Make sure to include
rang_dep
as dependency wherever you need it.
##TODO
- support Windows versions < 10