Rust-GPU / rust-gpu

🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧
https://rust-gpu.github.io
Apache License 2.0
858 stars 24 forks source link

Update to a newer nightly #50

Open LegNeato opened 2 hours ago

LegNeato commented 2 hours ago

We need to update to as new of a nightly as possible. The current nightly is extremely old. At the very least, we need to update past a nightly that fixes https://github.com/Rust-GPU/rust-gpu/issues/29. Unfortunately, there are some hard breaks from rustc in the update that we'll have to do substantial work to port past. Specifically, these untyped alloc changes: https://github.com/rust-lang/rust/commit/f4426c189f2587fc5e8f48bf518cc75a37d93d0f

LegNeato commented 2 hours ago

@eddyb is already working on this but I wanted to get a task written so people know it is coming 🚀