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 version number

AlephCubed 44590cd0 77f5b9d0

+3 -3
+1 -1
Cargo.lock
··· 156 156 157 157 [[package]] 158 158 name = "bsru" 159 - version = "0.1.0-rc.1" 159 + version = "0.1.0-rc.2" 160 160 dependencies = [ 161 161 "bevy_color", 162 162 "bevy_reflect",
+2 -2
Cargo.toml
··· 1 1 [package] 2 2 name = "bsru" 3 - version = "0.1.0-rc.1" 3 + version = "0.1.0-rc.2" 4 4 edition = "2024" 5 5 description = "Beatsaber Rust Utilities: A Beatsaber V3 parsing library." 6 6 categories = ["game-development", "data-structures", "parser-implementations"] 7 - keywords = ["beatsaber"] 7 + keywords = ["beatsaber", "beatmap"] 8 8 repository = "https://github.com/AlephCubed/bsru" 9 9 license = "MIT OR Apache-2.0" 10 10 authors = ["AlephCubed"]