mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 08:17:28 +00:00
4669508823
This updates the *-winit-wgpu examples to use `log::info!` instead of `trace!` and sets the log level to `Info` The examples now also print info about and Winit Window events. This makes them more practical to use to see how Winit events are delivered without lots of tracing spam from dependency crates.