kurtkuehnert / bevy_terrain

A terrain rendering plugin for the bevy game engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mismatched types when running the examples on a fresh checkout

LegNeato opened this issue · comments

❯ 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`

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