bfops / playform

Voxel sandbox project in Rust
http://playformdev.blogspot.ca/
MIT License
212 stars 24 forks source link

Compile errors without lockfile #186

Closed dns2utf8 closed 8 years ago

dns2utf8 commented 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.

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.

bfops commented 8 years ago

Thanks for the report! I'll try to update to the latest rustc + packages tonight or in the next couple of days.

bfops commented 8 years ago

I think this should be fixed now. Let me know if it's still broken!