minimal logging

This commit is contained in:
2021-02-19 22:11:24 -08:00
parent 85376e5b17
commit d0a2893056
5 changed files with 47 additions and 26 deletions

View File

@@ -14,6 +14,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
typed-arena = "2.0.1"
serde = { version = "1", features = ["derive"], optional = true }
log = "0.4"
simple_logger = "1.11.0"
png = "0.16"
#winit = { version = "0.24.0"}
rand = { version = "0.7.2", features = ["wasm-bindgen"] }