From 0b9c1c2f7ad2ca228aadf3872750d937ae4c2f34 Mon Sep 17 00:00:00 2001 From: Herbert Wolverson Date: Mon, 29 Sep 2025 09:35:47 -0500 Subject: [PATCH] Dependency note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9921a534..36bf73b5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Welcome to bracket-lib +> Note that you may need to run `cargo update` to pull some dependency updates. If you are coming from Hands-on Rust, the code is maintained [here](https://github.com/thebracket/handsonrust) + ![](https://github.com/thebracket/bracket-lib/workflows/Rust/badge.svg) > You can read a tutorial series on writing a Roguelike with this library at: [https://bfnightly.bracketproductions.com/rustbook/](https://bfnightly.bracketproductions.com/rustbook/)