From 2a7b0690f4dbc33c9fc2b0b1eeb814b44eb20c30 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 11 Mar 2025 14:55:07 -0400 Subject: Update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 25be8fd..9cbffb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ bimap = "*" # bijective maps reqwest = "*" # http requests bytes = "*" # bytes for http responses bitflags = "*" # bitwise flags -anyhow = "*" # generic error type handling +color-eyre = { version = "*", default-features = false } # error reporting and formatting [target.'cfg(target_arch = "wasm32")'.dependencies] winit = {version = "=0.29.15", features = ["serde"]} # windowing and events -- cgit v1.2.3