Closed dns2utf8 closed 8 years ago
The screenshots look amazing :+1: But I can not compile it because at least cgmath, Aabb3 and lru-cache changed their api.
cgmath
Aabb3
lru-cache
I was able to get a little bit furter after setting lru-cache = "^0.0.7" in server/lib/terrain/Cargo.toml but not far enough.
lru-cache = "^0.0.7"
server/lib/terrain/Cargo.toml
Thanks for the report! I'll try to update to the latest rustc + packages tonight or in the next couple of days.
I think this should be fixed now. Let me know if it's still broken!
The screenshots look amazing :+1: But I can not compile it because at least
cgmath
,Aabb3
andlru-cache
changed their api.I was able to get a little bit furter after setting
lru-cache = "^0.0.7"
inserver/lib/terrain/Cargo.toml
but not far enough.