no more type dep cycle (resolved with lazy_static)

This commit is contained in:
Breval Ferrari 2024-11-09 22:37:01 -05:00
parent 1c91b113fb
commit f0be539c69
No known key found for this signature in database
GPG key ID: 6FED68D87C479A59
4 changed files with 167 additions and 21 deletions

View file

@ -22,6 +22,7 @@ const_format = "0.2.33"
thiserror = "1.0.64"
derive-new = "0.7.0"
naan = "0.1.32"
lazy_static = "1.5.0"
[features]
default = ["play", "save"]