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

0
mers_libs/gui_v1/Cargo.lock generated Normal file → Executable file
View File

2
mers_libs/gui_v1/Cargo.toml Normal file → Executable file
View File

@@ -7,4 +7,4 @@ edition = "2021"
[dependencies]
iced = { version = "0.8.0", features = ["smol"] }
mers = { path = "../../" }
mers = { path = "../../mers/" }

0
mers_libs/gui_v1/src/main.rs Normal file → Executable file
View File