mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-15 20:08:53 +08:00
Renamed project to gauge
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
<p align="center">
|
|
||||||
<img height="80" src="https://i.imgur.com/BfflF5h.png"/>
|
|
||||||
</p>
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <progress/termcolor.hpp>
|
#include <gauge/termcolor.hpp>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
|
|
||||||
class ProgressBar {
|
class ProgressBar {
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
#include <progress/bar.hpp>
|
#include <gauge/progressbar.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user