Add Buffer

This commit is contained in:
Joscha 2024-03-02 23:54:49 +01:00
parent 0487bdb465
commit 52c5778a19
2 changed files with 58 additions and 1 deletions

View file

@ -1,3 +1,4 @@
pub use crate::vec2::Vec2;
pub use crate::{buffer::Buffer, vec2::Vec2};
mod buffer;
mod vec2;