Beatsaber Rust Utilities: A Beatsaber V3 parsing library.
beatsaber beatmap
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update Cargo.toml

AlephCubed 6f42b81e 963e1195

+6
+6
Cargo.toml
··· 2 2 name = "bsru" 3 3 version = "0.1.0" 4 4 edition = "2024" 5 + description = "Beatsaber Rust Utilities: A Beatsaber V3 parsing library." 6 + categories = ["game-development", "data-structures", "parser-implementations"] 7 + keywords = ["beatsaber"] 8 + repository = "https://github.com/AlephCubed/bsru" 9 + license = "MIT OR Apache-2.0" 10 + authors = ["AlephCubed"] 5 11 6 12 [features] 7 13 bevy_color = ["dep:bevy_color"]