mirror of
https://github.com/Dummi26/mers.git
synced 2025-12-15 19:47:50 +01:00
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:
0
mers_libs/gui_v1/Cargo.lock
generated
Normal file → Executable file
0
mers_libs/gui_v1/Cargo.lock
generated
Normal file → Executable file
2
mers_libs/gui_v1/Cargo.toml
Normal file → Executable file
2
mers_libs/gui_v1/Cargo.toml
Normal file → Executable 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
0
mers_libs/gui_v1/src/main.rs
Normal file → Executable file
Reference in New Issue
Block a user