From: Joshua Simmons Date: Fri, 2 Dec 2022 21:15:50 +0000 (+0100) Subject: Remove old stb_image dependency from core X-Git-Url: https://git.nega.tv//gitweb.cgi?a=commitdiff_plain;h=97191f78bbf365e2cfd08b5e7e2f4636c11f14be;p=josh%2Fnarcissus Remove old stb_image dependency from core --- 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