Rename buffers module to buffer

... and move `StaticBuffer` to nested `static` module
This commit is contained in:
Héctor Ramón Jiménez 2022-11-03 05:00:35 +01:00
parent 7e22e2d452
commit 99cf98971d
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
7 changed files with 66 additions and 66 deletions

View file

@ -43,7 +43,7 @@ pub mod triangle;
pub mod window;
mod backend;
mod buffers;
mod buffer;
mod quad;
mod text;