summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-12-11 13:02:43 +0800
committerGitHub <noreply@github.com>2020-12-11 13:02:43 +0800
commitbc84bd5d66e62c0e39ed781ddeb6a03e6d4163b2 (patch)
tree1347bc7fb546fe7ab2bebee8e7fec8b6d4af461c
parent1a07f572f4871244efb657ff5ebcb27636a0b18e (diff)
downloadNim-bc84bd5d66e62c0e39ed781ddeb6a03e6d4163b2.tar.gz
bring back fidget (#16319)
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index 361ecaa88..2da10e749 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" # pending bug #16315 and https://github.com/guzba/supersnappy/issues/3
+pkg1 "fidget"
 pkg1 "fragments", "nim c -r fragments/dsl.nim"
 pkg1 "gara"
 pkg1 "glob"