-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
When I try to build this project I get an error saying that it requires nightly rust:
$ cargo run --release
...
Compiling bevy_interleave v0.8.0
Compiling bevy_gaussian_splatting v6.0.0 (/home/michael/workspace/bevy_gaussian_splatting)
error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:2:1
|
2 | #![feature(lazy_type_alias)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try `rustc --explain E0554`.
error: could not compile `bevy_gaussian_splatting` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...I might be doing something wrong, but it would be good to document either that nightly is required, or the instructions for how to build it without this error.
mosure
Metadata
Metadata
Assignees
Labels
No labels