Rename buffers module to buffer
... and move `StaticBuffer` to nested `static` module
This commit is contained in:
parent
7e22e2d452
commit
99cf98971d
7 changed files with 66 additions and 66 deletions
|
|
@ -43,7 +43,7 @@ pub mod triangle;
|
|||
pub mod window;
|
||||
|
||||
mod backend;
|
||||
mod buffers;
|
||||
mod buffer;
|
||||
mod quad;
|
||||
mod text;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue