gbclient/src-rust/src/lib.rs
2025-03-30 19:39:59 -03:00

4 lines
No EOL
172 B
Rust

// Prevents additional console window on Windows in release, DO NOT REMOVE!!
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
pub mod drive;
pub mod sync;