galaxy2_save_data 0.2.0

Reading and writing GameData.bin files from Super Mario Galaxy 2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "galaxy2_save_data"
version = "0.2.0"
authors = ["ThatNintendoNerd"]
edition = "2024"
description = "Reading and writing GameData.bin files from Super Mario Galaxy 2"
documentation = "https://docs.rs/galaxy2_save_data"
repository = "https://github.com/ThatNintendoNerd/galaxy_save_data"
license = "MIT"

[dependencies]
bilge.workspace = true
binrw.workspace = true
galaxy_save_core = { path = "../galaxy_save_core", version = "^0.2.0" }
serde = { workspace = true, optional = true }

[features]
serde = ["dep:serde", "bilge/serde", "galaxy_save_core/serde"]