Mii rendering and parsing library
fork

Configure Feed

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

version bump

j0.lol 2046dec5 0dd3c2cd

+2 -2
+1 -1
Cargo.lock
··· 5537 5537 5538 5538 [[package]] 5539 5539 name = "vfl" 5540 - version = "0.0.0" 5540 + version = "0.0.1" 5541 5541 dependencies = [ 5542 5542 "binrw", 5543 5543 "bytemuck",
+1 -1
vfl/Cargo.toml
··· 1 1 [package] 2 2 name = "vfl" 3 - version = "0.0.0" 3 + version = "0.0.1" 4 4 edition = "2024" 5 5 authors = ["Jo Null <me@j0.lol>"] 6 6 exclude = ["*.png", "*.glb", "*.dat"]