From 4e4a9d763d7bfd575c7e6c7f447be34b4429deee Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 24 Aug 2024 13:02:33 +0200 Subject: refactor(engine): use C string literals instead of cstr macro --- engine/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 6d5effe..b3868ac 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -11,7 +11,6 @@ glfw = { path = "../glfw", features = ["opengl"] } thiserror = "1.0.49" gl = "0.14.0" bitflags = "2.4.0" -cstr = "0.2.11" tracing = { version = "0.1.39", optional = true } seq-macro = "0.3.5" paste = "1.0.14" -- cgit v1.2.3-18-g5258