ironworks 0.4.1

Modular FFXIV data toolkit written in rust.
Documentation
1
2
3
4
5
6
//! Structs and utilities for parsing .mtrl files.

mod material;
mod structs;

pub use material::{Material, Sampler};