diff options
author | flywind <43030857+xflywind@users.noreply.github.com> | 2020-11-04 03:43:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 20:43:51 +0100 |
commit | b0e26d8fbffd044aa3f23fc680e6a2e666593399 (patch) | |
tree | 1b131fcd3c9115b4f5358d43cbd92189c4ee6f95 /tools | |
parent | 75dc69417a235c3be1edb3d89ddb49104bdd438d (diff) | |
download | Nim-b0e26d8fbffd044aa3f23fc680e6a2e666593399.tar.gz |
remove iup from stdlib in contrast to #15828 (#15830)
* remove iup from stdlib * Update changelog.md
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kochdocs.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim index ba2963cfd..81ab265f2 100644 --- a/tools/kochdocs.nim +++ b/tools/kochdocs.nim @@ -127,7 +127,6 @@ lib/system/channels.nim withoutIndex = """ lib/wrappers/mysql.nim -lib/wrappers/iup.nim lib/wrappers/sqlite3.nim lib/wrappers/postgres.nim lib/wrappers/tinyc.nim |