retrom-plugin-steam 0.4.9

Retrom plugin to facilitate steam apps integration.
1
2
3
4
5
const COMMANDS: &[&str] = &[];

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