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

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