jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.1k stars 164 forks source link

does not compile on wasm anymore #188

Closed extrawurst closed 4 months ago

extrawurst commented 4 months ago
the trait bound `std::time::Instant: Reflect` is not satisfied
   --> /Users/****/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bevy-inspector-egui-0.23.3/src/inspector_egui_impls/std_impls.rs:299:29
    |
299 | impl InspectorPrimitive for Instant {
    |                             ^^^^^^^ the trait `Reflect` is not implemented for `std::time::Instant`
extrawurst commented 4 months ago

oh i see ae7cdf5c0450c113502f350e9b881cd863634e56 fixes this. does that justify a point release?

jakobhellermann commented 4 months ago

oh i see ae7cdf5 fixes this. does that justify a point release?

oops forgot to release, that, 0.24.4 is out now

extrawurst commented 4 months ago

awesome, thank you!