#####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 insidetestdirectory to see some usage - ???
- Profit!!
- Make a
rang.wrapfile 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_depas dependency wherever you need it.
##TODO
- support Windows versions < 10
