From a113b3a3dfe4f1c94ee84b3deb28c763ea5618b7 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Sun, 19 Feb 2023 04:33:11 +0000 Subject: [PATCH] Update 'README.md' included info about 1.63 being the latest rustc that can successfully build SDL as seen in Issue #89 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f97439f..7f822e4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Go to the [releases page](https://git.hush.is/hush/SilentDragonLite/releases) an * SilentDragonLite is written in C++ 14, and can be compiled with g++/clang++/visual c++. * It also depends on Qt5, which you can get from [here](https://www.qt.io/download) or we recommend installing using your Linux version's package manager (if available). -* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). +* **You'll need Rust v1.49**, so install it via [Rustup in Linux](https://rustup.rs/). **If you use a version greater then 1.63, then it will not currently build** as seen in [Issue #89](https://git.hush.is/hush/SilentDragonLite/issues/89). #### Building on Linux