1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Replace tracing with log (#2928)

* Replace tracing crate with log

It's just so much simpler to use

* Add `bacon wasm` job

* eframe: add a WebLogger for piping log events to the web console
This commit is contained in:
Emil Ernerfeldt
2023-04-18 21:11:26 +02:00
committed by GitHub
parent 0f9e1a3526
commit 9c9a54ce36
48 changed files with 477 additions and 291 deletions

View File

@@ -89,7 +89,7 @@ impl RotatingTriangle {
let program = gl.create_program().expect("Cannot create program");
if !shader_version.is_new_shader_interface() {
tracing::warn!(
log::warn!(
"Custom 3D painting hasn't been ported to {:?}",
shader_version
);