A photo manager for VRChat.
at main 6 lines 127 B view raw
1const VERSION: &str = env!("CARGO_PKG_VERSION"); 2 3#[tauri::command] 4pub fn get_version() -> String { 5 String::from(VERSION) 6}