A photo manager for VRChat.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at d936ae1cec71bdf84694c0e4f245b354bd29c306 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}