Expand description

This crate integrates the puffin library into Bevy.

It provides PuffinTracePlugin to use as a replacement for the Bevy’s default LogPlugin plugin and exposes PuffinLayer, which allows users set up tracing manually with puffin as a subscriber layer.

Re-exports

pub use puffin;

Structs

A tracing layer that collects data for puffin.

A plugin that sets up puffin and configures it as a tracing-subscriber layer.