diff options
author | HampusM <hampus@hampusmat.com> | 2024-08-24 13:02:33 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-08-24 13:02:33 +0200 |
commit | 4e4a9d763d7bfd575c7e6c7f447be34b4429deee (patch) | |
tree | 69cf94d85cce47f23a3a1e982f95c5959c210f4d /Cargo.lock | |
parent | cff2575a32219d4294ab05d69ad37eb6bd7a7b2d (diff) |
refactor(engine): use C string literals instead of cstr macro
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -109,16 +109,6 @@ dependencies = [ ] [[package]] -name = "cstr" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aa998c33a6d3271e3678950a22134cd7dd27cef86dee1b611b5b14207d1d90b" -dependencies = [ - "proc-macro2", - "quote", -] - -[[package]] name = "ecs" version = "0.1.0" dependencies = [ @@ -145,7 +135,6 @@ name = "engine" version = "0.1.0" dependencies = [ "bitflags 2.4.0", - "cstr", "ecs", "gl", "glfw", |