From 0410f8a14cb5c1571ea524dde81c5ac850b914c4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 17 Oct 2025 23:38:28 -0400 Subject: graphicsL add input functionality to --- graphics/src/render.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/src/render.rs') diff --git a/graphics/src/render.rs b/graphics/src/render.rs index 68a7b68..1bb32ee 100644 --- a/graphics/src/render.rs +++ b/graphics/src/render.rs @@ -1,5 +1,5 @@ //! The `render` module contains the structures for displaying -//! the game, with each frame represented by a `Renderer` and +//! the game, with each frame represented by a `Renderer` and //! frame specific information in `FrameInfo`. use dungeon::{Dungeon, Entity}; @@ -65,7 +65,7 @@ impl<'a> Renderer<'a> { } /// Draws an entire frame - /// + /// /// # Examples /// ```no_run /// use dungeon::Dungeon; -- cgit v1.2.3-freya