diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,6 +4,8 @@ # D .dub +dub.selections.json + __test__*__ __test__*__.core /tanya-test-* @@ -168,7 +168,7 @@ Deprecated features are removed after one release that includes these deprecatio ## Further characteristics -* Tanya is a native D library without any external dependencies. +* Tanya is a native D library * Tanya is cross-platform. The development happens on a 64-bit Linux, but it is being tested on Windows and FreeBSD as well. |
