Files
git-heatmap/github/src-tauri/src/main.rs
2026-06-23 21:57:49 +08:00

6 lines
112 B
Rust

#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
github_heatmap_lib::run()
}