rsaber_lib 0.6.0

Beat Saber clone written in Rust
1
2
3
4
5
6
7
8
mod graph;
pub use graph::*;

pub mod model;

#[expect(clippy::module_inception)]
mod render;
pub use render::*;