update client with new animation

This commit is contained in:
Mark
2024-05-28 10:15:01 +02:00
parent 6eb884e7a5
commit 594909e745
2 changed files with 24 additions and 18 deletions

1
musicdb-client/Cargo.toml Executable file → Normal file
View File

@@ -14,6 +14,7 @@ speedy2d = { version = "1.12.0", optional = true }
toml = "0.7.6"
mers_lib = { version = "0.3.2", optional = true }
musicdb-mers = { version = "0.1.0", path = "../musicdb-mers", optional = true }
uianimator = "0.1.1"
[features]
default = ["gui", "mers", "merscfg"]