doom-eternal 0.1.0

Rust CLI for the Xylex DOOM Eternal texture and install workflow
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub mod bim;
pub mod cli;
pub mod console;
pub mod context;
pub mod craft;
pub mod error;
pub mod installer;
pub mod logos;
pub mod manual;
pub mod manifest;
pub mod paths;
pub mod placements;
pub mod repo_state;
pub mod samuel;
pub mod sets;
pub mod source_pack;

pub use cli::run_from_env;