Renamed project to gauge

This commit is contained in:
Pranav Srinivas Kumar
2019-12-04 11:47:04 -06:00
parent 1d7db82da8
commit 60cda77791
5 changed files with 3 additions and 5 deletions

View File

@@ -1,3 +1 @@
<p align="center">
<img height="80" src="https://i.imgur.com/BfflF5h.png"/>
</p>

View File

@@ -3,7 +3,7 @@
#include <iostream>
#include <mutex>
#include <string>
#include <progress/termcolor.hpp>
#include <gauge/termcolor.hpp>
#include <thread>
class ProgressBar {

View File

@@ -1,4 +1,4 @@
#include <progress/bar.hpp>
#include <gauge/progressbar.hpp>
#include <vector>
/*