constellation: allow event tracing to be configured with RUST_LOG (#31659)

This commit is contained in:
Delan Azabani 2024-03-14 20:28:36 +08:00 committed by GitHub
parent b30b79a93a
commit ed99128132
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 267 additions and 7 deletions

View file

@ -4,6 +4,9 @@
#![deny(unsafe_code)]
#[macro_use]
mod tracing;
mod browsingcontext;
mod constellation;
mod event_loop;