doom-eternal 1.4.0

Rust CLI for the Xylex DOOM Eternal texture and install workflow
Documentation
pub mod bim;
pub mod branding;
pub mod cache;
pub mod cli;
pub mod config;
pub mod console;
pub mod context;
pub mod craft;
pub mod error;
pub mod idstudio;
pub mod installer;
pub mod logos;
pub mod manifest;
pub mod manual;
pub mod mirror;
pub mod paths;
pub mod placements;
pub mod repo_state;
pub mod samuel;
pub mod sets;
pub mod source_pack;
pub mod tools;
pub mod workflow_runtime;

pub use cli::run_from_env;