move old mers to old/ and update gitignore

This commit is contained in:
Mark
2023-07-28 15:24:38 +02:00
parent 07745488b3
commit e549b1a5be
76 changed files with 1631 additions and 9 deletions

10
old/mers_libs/gui_v1/Cargo.toml Executable file
View File

@@ -0,0 +1,10 @@
[package]
name = "gui_v1"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
iced = { version = "0.8.0", features = ["smol"] }
mers = { path = "../../mers/" }