dave: switch to use standard vertex/index buffers

Fixes: https://github.com/damus-io/notedeck/issues/902
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-08-03 18:27:44 -07:00
parent 0dda26791a
commit 571bf35109
5 changed files with 201 additions and 155 deletions

View File

@@ -27,6 +27,7 @@ pub use vec3::Vec3;
mod avatar;
mod config;
mod mesh;
mod messages;
mod quaternion;
mod tools;