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.

Add feature flags to README

AlephCubed bcb65693 6f42b81e

+8 -1
+8 -1
README.md
··· 23 23 | 3.3 | More strobe functionality. | No | 24 24 | 4.X | New template-like format. | No | 25 25 26 - [^1]: Not supported by experimental lighting calculation methods. 26 + [^1]: Not supported by experimental lighting calculation methods. 27 + 28 + ## Feature Flags 29 + 30 + | Flag | Description | 31 + |----------------|--------------------------------------------------------------------------| 32 + | `bevy_color` | Adds `From` implementations for converting color schemes to Bevy colors. | 33 + | `bevy_reflect` | Adds `Reflect` derives for all types. |