1
0
Fork 0
forked from wry/wry

config: allow disabling color-management

This commit is contained in:
Julian Orth 2025-02-26 16:16:38 +01:00
parent c66f5798b7
commit 248eb324a5
24 changed files with 388 additions and 9 deletions

View file

@ -8,6 +8,7 @@ use {
pub mod action;
mod color;
pub mod color_management;
pub mod config;
mod connector;
mod connector_match;