mrDIMAS / rusty-shooter

[suspended] 3d shooter written in Rust using rg3d
MIT License
281 stars 25 forks source link

compile error #23

Open ethereumdegen opened 1 year ago

ethereumdegen commented 1 year ago

error[E0432]: unresolved import fyrox::scene::sound::effect --> src/level.rs:39:13 | 39 | effect::{BaseEffectBuilder, Effect, EffectInput, ReverbEffectBuilder}, | ^^^^^^ could not find effect in sound

error[E0283]: type annotations needed: cannot satisfy SoundManager: fyrox::fyrox_core::visitor::Visit --> src/level.rs:124:10 124 #[derive(Visit)] ^^^^^

note: multiple impls or where clauses satisfying SoundManager: fyrox::fyrox_core::visitor::Visit found --> src/level.rs:54:19 | 54 | #[derive(Default, Visit)] | ^^^^^ ... 124 | #[derive(Visit)] | ^^^^^ = note: this error originates in the derive macro Visit (in Nightly builds, run with -Z macro-backtrace for more info)

Some errors have detailed explanations: E0283, E0432. For more information about an error, try rustc --explain E0283. error: could not compile rusty-shooter due to 2 previous errors