config: Add merge!() macros to reduce boilerplate

This commit is contained in:
Ivan Molodetskikh
2025-09-20 12:57:41 +03:00
parent a2727ba2c9
commit e739ce8171
4 changed files with 73 additions and 83 deletions
+3
View File
@@ -8,6 +8,9 @@ use std::path::{Path, PathBuf};
use miette::{Context as _, IntoDiagnostic as _};
#[macro_use]
pub mod macros;
pub mod animations;
pub mod appearance;
pub mod binds;