This commit is contained in:
JOLIMAITRE Matthieu 2022-09-03 03:36:52 +02:00
commit 5b3923b990
24 changed files with 4352 additions and 0 deletions

3
src-tauri/build.rs Normal file
View file

@ -0,0 +1,3 @@
fn main() {
tauri_build::build()
}