Minor edits

master
Mark 2024-01-01 09:55:19 -08:00
parent bcc57fc9a8
commit 2fda557959
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
1 changed files with 1 additions and 1 deletions

View File

@ -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,