From 97191f78bbf365e2cfd08b5e7e2f4636c11f14be Mon Sep 17 00:00:00 2001 From: Joshua Simmons Date: Fri, 2 Dec 2022 22:15:50 +0100 Subject: [PATCH] Remove old stb_image dependency from core --- Cargo.lock | 1 - narcissus-core/Cargo.toml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 282f9f2..103f7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -55,7 +55,6 @@ version = "0.1.0" dependencies = [ "fast-float", "memchr", - "stb_image-sys", ] [[package]] diff --git a/narcissus-core/Cargo.toml b/narcissus-core/Cargo.toml index 5b8808b..09a5e79 100644 --- a/narcissus-core/Cargo.toml +++ b/narcissus-core/Cargo.toml @@ -7,5 +7,4 @@ edition = "2021" [dependencies] fast-float = "0.2" -memchr = { version = "2" } -stb_image-sys = { path = "../ffi/stb_image-sys" } \ No newline at end of file +memchr = { version = "2" } \ No newline at end of file -- 2.49.0