diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-01-27 03:41:58 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 03:41:58 -0800 |
commit | 57f68bce1602ed34aa21ee5a3e9a5c134031189f (patch) | |
tree | 43e33f5ca0ad497f343694e7ebd8ee88dd715931 | |
parent | ecc9704bf406c65dce549b0c5542727d33816e7f (diff) | |
download | Nim-57f68bce1602ed34aa21ee5a3e9a5c134031189f.tar.gz |
disble fidget again (#16842)
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index ddf2a5725..b5fd26776 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,7 +37,7 @@ pkg1 "delaunay" pkg1 "docopt" pkg1 "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg1 "elvis" -pkg1 "fidget" +# pkg1 "fidget" # pending https://github.com/treeform/fidget/issues/133 pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "glob" |