kurtkuehnert / bevy_terrain

A terrain rendering plugin for the bevy game engine.
Apache License 2.0
177 stars 19 forks source link

mismatched types when running the examples on a fresh checkout #2

Closed LegNeato closed 10 months ago

LegNeato commented 1 year ago
❯ cargo run --release --example basic
error[E0308]: mismatched types
   --> src/debug/camera.rs:105:30
    |
105 |         transform.rotation = rotation;
    |         ------------------   ^^^^^^^^ expected struct `bevy::prelude::Quat`, found struct `dolly::glam::Quat`
    |         |
    |         expected due to the type of this binding
    |
    = note: struct `dolly::glam::Quat` and struct `bevy::prelude::Quat` have similar names, but are actually distinct types
note: struct `dolly::glam::Quat` is defined in crate `glam`
kurtkuehnert commented 10 months ago

I think this issue is outdated and no longer a problem.