bevy_pixels 0.16.0

Bevy plugin that uses Pixels (a tiny pixel buffer) for rendering
Documentation
1
2
3
4
use bevy::diagnostic::DiagnosticPath;

/// Used to measure render time in milliseconds.
pub const RENDER_TIME: DiagnosticPath = DiagnosticPath::const_new("render_time");