bevy/crates/bevy_diagnostic
ira 38691ee95c Fix dynamic linking (on linux) (#7333)
# Problemo

Some code in #5911 and #5454 does not compile with dynamic linking enabled.
The code is behind a feature gate to prevent dynamically linked builds from breaking, but it's not quite set up correctly.

## Solution

Forward the `dynamic` feature flag to the `bevy_diagnostic` crate and gate the code behind it.


Co-authored-by: devil-ira <justthecooldude@gmail.com>
2023-01-22 20:41:28 +00:00
..
src Fix dynamic linking (on linux) (#7333) 2023-01-22 20:41:28 +00:00
Cargo.toml Fix dynamic linking (on linux) (#7333) 2023-01-22 20:41:28 +00:00