moved Cargo.toml and src/ to /mers/Cargo.toml and /mers/src/ because rust-analyzer was apparently very confused when I was trying to edit projects in mers_libs/*/.

This commit is contained in:
Dummi26
2023-04-12 22:23:07 +02:00
parent 5b051e72f1
commit 2acdcd3f53
26 changed files with 194 additions and 5 deletions

3
mers_libs/gui Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ./gui_v1
cargo run --release