From f5bb49e7f30bc557a4c71334bc0d8f3da09f7779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Lescaudey=20de=20Maneville?= Date: Fri, 12 Jul 2024 09:36:40 +0200 Subject: [PATCH] fmt --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 556e3bf..a680493 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See: * [Game of life variations](https://cs.stanford.edu/people/eroberts/courses/soco/projects/2008-09/modeling-natural-systems/gameOfLife2.html) * [`Wireworld` implementation](https://www.quinapalus.com/wi-index.html) (see - this lib's [implementation](https://github.com/ManevilleF/wireworld-rs)) + this lib's [implementation](https://github.com/ManevilleF/wireworld-rs)) ## Bevy versions diff --git a/src/lib.rs b/src/lib.rs index e0e4438..5a697e7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -5,7 +5,7 @@ //! //! * [Game of life variations](https://cs.stanford.edu/people/eroberts/courses/soco/projects/2008-09/modeling-natural-systems/gameOfLife2.html) //! * [`Wireworld` implementation](https://www.quinapalus.com/wi-index.html) (see -//! this lib's [implementation](https://github.com/ManevilleF/wireworld-rs)) +//! this lib's [implementation](https://github.com/ManevilleF/wireworld-rs)) //! //! ## Bevy versions //!