retrom-plugin-launcher 0.4.9

Retrom plugin to facilitate the launching of games.
1
2
3
4
5
const COMMANDS: &[&str] = &["play_game", "stop_game", "get_game_play_status"];

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