Update README, fix Cargo.toml for client, add bin/, add setup.sh

This commit is contained in:
Mark
2024-01-10 16:25:00 +01:00
parent 6f9535a28e
commit 404e9ce8ed
8 changed files with 131 additions and 77 deletions

View File

@@ -12,9 +12,9 @@ musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }
regex = "1.9.3"
speedy2d = { version = "1.12.0", optional = true }
toml = "0.7.6"
mers_lib = { path = "../../mers/mers_lib", optional = true }
# mers_lib = { path = "../../mers/mers_lib", optional = true }
[features]
default = ["speedy2d"]
merscfg = ["mers_lib"]
playback = ["musicdb-lib/playback"]
# merscfg = ["mers_lib"]