bevy/crates/bevy_internal
Valaphee The Meerkat aef643cf50
Make bevy_winit/trace optional in trace feature (#8225)
# Objective

Bevy with
```
default-features = false
features = [
   "trace_tracy"
]
```
will fail due to `error: The platform you're compiling for is not
supported by winit`

## Solution

- Make bevy_winit/trace optional in trace feature
2023-03-26 23:03:38 +00:00
..
src Immediate Mode Line/Gizmo Drawing (#6529) 2023-03-20 20:57:54 +00:00
Cargo.toml Make bevy_winit/trace optional in trace feature (#8225) 2023-03-26 23:03:38 +00:00