diff --git a/crates/render/src/lib.rs b/crates/render/src/lib.rs index e1685e9..8e6b306 100644 --- a/crates/render/src/lib.rs +++ b/crates/render/src/lib.rs @@ -1,6 +1,6 @@ #![warn(missing_docs)] -//! This crate contains all drawing logic and NO game logic. +//! This crate contains all drawing logic. //! It converts game state to a nice picture. //! //! [`GPUState`] is the main struct this crate provides,