// Hide the console window in release builds; keep it in debug for log output. #![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] fn main() { tiletopia_lib::run(); }