mirror of
https://github.com/italicsjenga/ableton-rack-converter.git
synced 2024-11-22 15:11:30 +11:00
window doesnt pop up
This commit is contained in:
parent
ed06bcee8b
commit
78a2baa33a
|
@ -1,3 +1,5 @@
|
|||
#![windows_subsystem = "windows"]
|
||||
|
||||
use ableton_rack_converter;
|
||||
use std::{fs, path::PathBuf};
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
use std::{env, path::PathBuf};
|
||||
#![windows_subsystem = "windows"]
|
||||
|
||||
use ableton_rack_converter::{self, fixers};
|
||||
use std::{env, path::PathBuf};
|
||||
|
||||
fn main() {
|
||||
let args: Vec<String> = env::args().collect();
|
||||
|
|
Loading…
Reference in a new issue