Add custom timing support for comet

This commit is contained in:
Héctor Ramón Jiménez 2025-04-16 18:17:14 +02:00
parent d1e936fb25
commit 2e0c03923c
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
5 changed files with 24 additions and 17 deletions

View file

@ -206,10 +206,9 @@ pub fn run() -> impl Stream<Item = Event> {
span::Stage::Present(window) => {
Span::Present { window }
}
span::Stage::Custom(
window,
name,
) => Span::Custom { window, name },
span::Stage::Custom(name) => {
Span::Custom { name }
}
};
let _ = output