1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add progressbar (#27)

This commit is contained in:
Waqar Ahmed 2019-11-08 19:25:06 +05:00 committed by Alexander Medvednikov
parent b8a60874ab
commit ee9ee7d924

View File

@ -45,6 +45,7 @@ A curated list of awesome V frameworks, libraries, software and resources.
### Command-line
* [v-args](https://github.com/nedpals/v-args) - V library for parsing arguments from argv-like arrays.
* [progressbar](https://github.com/Waqar144/progressbar) - An easy to use V library for creating progress bars in cli
### Graphics
* [vgl](https://github.com/justicesuh/vgl) - Low-level graphics API access.