mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Make Veloren compile again
This commit is contained in:
parent
9300353c98
commit
aaf2df19d4
@ -26,7 +26,8 @@ enum-iterator = "0.6"
|
||||
vek = { version = "=0.14.1", features = ["serde"] }
|
||||
|
||||
# Strum
|
||||
strum = "0.21"
|
||||
strum = { version = "0.21", features = ["derive"] }
|
||||
# TODO: remove this and rewrite every use of strum_macros to strum
|
||||
strum_macros = "0.21"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
|
Loading…
Reference in New Issue
Block a user