From 1abf0f04f3de26f62eecf0881056575c089c4533 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 15 Oct 2023 00:07:03 +0200 Subject: feat: add logging --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 50f82e0..9baf278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,6 @@ edition = "2021" members = ["glfw", "engine"] [dependencies] -engine = { path = "./engine" } +engine = { path = "./engine", features = ["debug"] } +tracing = "0.1.39" +tracing-subscriber = "0.3.17" -- cgit v1.2.3-18-g5258