Nim implementation.

This commit is contained in:
Jonathan Bernard
2016-01-25 14:20:09 -06:00
parent b947a3cf35
commit 281e52c797
3 changed files with 84 additions and 0 deletions

12
console_progress.nimble Normal file
View File

@ -0,0 +1,12 @@
# Package
version = "1.0"
author = "Jonathan Bernard"
description = "Utility for writing dynamic progress bars to the console."
license = "BSD"
srcDir = "src/main/nim"
# Dependencies
requires "nim >= 0.13.0"