Made a bunch of fields that should be private private

This commit is contained in:
2026-02-22 22:21:37 -05:00
parent 94e0be0eef
commit 836d5e912a
40 changed files with 1499 additions and 929 deletions

View File

@@ -1,18 +1,18 @@
[package]
name = "rustii"
name = "rustwii"
authors = ["NinjaCheetah <ninjacheetah@ncxprogramming.com>"]
license = "MIT"
description = "A Rust library and CLI for handling files and formats used by the Wii"
version = "0.1.0"
readme = "README.md"
homepage = "https://github.com/NinjaCheetah/rustii"
repository = "https://github.com/NinjaCheetah/rustii"
homepage = "https://github.com/NinjaCheetah/rustwii"
repository = "https://github.com/NinjaCheetah/rustwii"
edition = "2024"
default-run = "rustii"
default-run = "rustwii"
[[bin]]
name = "rustii"
path = "src/bin/rustii/main.rs"
name = "rustwii"
path = "src/bin/rustwii/main.rs"
[[bin]]
name = "playground"