maclarian 0.1.3

Larian file format library for Baldur's Gate 3 - PAK, LSF, LSX, GR2, DDS, and more
Documentation
1
2
3
4
5
6
7
//! Virtual texture file writers
//!
//!

pub(crate) mod fourcc;
pub(crate) mod gtp_writer;
pub(crate) mod gts_writer;