bfops / playform

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

Setting features and allowing deprecation because of thread::scoped #139

Closed aleyan closed 9 years ago

aleyan commented 9 years ago

Changing feature gates to allow compilation on the nightly.

Thread::scoped has been deprecated. So I set it to allow use of deprecated features. It should be refactored away, but I am not yet fluent enough in rust to do it on my own.

bfops commented 9 years ago

Awesome, thanks!