mirror of
https://github.com/Dummi26/mers.git
synced 2026-01-26 10:47:04 +01:00
move old mers to old/ and update gitignore
This commit is contained in:
10
old/mers_libs/gui_v1/Cargo.toml
Executable file
10
old/mers_libs/gui_v1/Cargo.toml
Executable 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/" }
|
||||
Reference in New Issue
Block a user