retrom-plugin-service-client 0.4.9

Retrom plugin to facilitate accessing the Retrom api within tauri.
1
2
3
4
5
const COMMANDS: &[&str] = &[];

fn main() {
    tauri_plugin::Builder::new(COMMANDS).build();
}