From 3fee2465d8d0babb66e83750df5b9db1d3fb2134 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 28 Oct 2021 01:26:55 -0400 Subject: [PATCH] [README] remove rust requirements --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1c2e2c77..118ab91b1 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,6 @@ may well be possible to use still older versions. Let me know of any successes! * (OPTIONAL) (testing) [Doctest](https://github.com/onqtam/doctest) 2.3.5+ * (OPTIONAL) (documentation) [pandoc](https://pandoc.org/index.html) 1.19.2+ * (OPTIONAL) (python bindings): Python 3.7+, [CFFI](https://pypi.org/project/cffi/) 1.13.2+, [pypandoc](https://pypi.org/project/pypandoc/) 1.5+ -* (OPTIONAL) (rust bindings): rust 1.47.0+, [bindgen](https://crates.io/crates/bindgen) 0.55.1+, pkg-config 0.3.18+, cty 0.2.1+ * (runtime) Linux 5.3+, FreeBSD 11+, DragonFly BSD 5.9+, Windows Vista+, or macOS 11.4+ [Here's more information](INSTALL.md) on building and installation. @@ -465,7 +464,9 @@ If things break or seem otherwise lackluster, **please** consult the
Will there ever be Java wrappers? I should hope not. If you want a Java solution, try Autumn Lamonte's - Jexer. + Jexer. Autumn's a good + woman, and thorough. We seem to have neatly partitioned the language + space.