mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-11 05:02:50 +02:00
08494b46dd
This moves `komorebic` logic into a `lib.rs` file and calls it from `main.rs` (normal behavior) and then there is a second binary `komorebic-no-console` binary that uses `#![windows_subsystem = "windows"]` which tells the linker to not attach a console window to this binary.