]> git.nega.tv - josh/narcissus/commitdiff
Remove old stb_image dependency from core
authorJoshua Simmons <josh@nega.tv>
Fri, 2 Dec 2022 21:15:50 +0000 (22:15 +0100)
committerJoshua Simmons <josh@nega.tv>
Fri, 2 Dec 2022 21:33:33 +0000 (22:33 +0100)
Cargo.lock
narcissus-core/Cargo.toml

index 282f9f220f6a3a20e0e1f23ccebb861ead2cb269..103f7b8b27e9b3f51535f235dac0d5b168262260 100644 (file)
@@ -55,7 +55,6 @@ version = "0.1.0"
 dependencies = [
  "fast-float",
  "memchr",
- "stb_image-sys",
 ]
 
 [[package]]
index 5b8808b05c1c8d145cc0e8a818761a9ad2834323..09a5e79ddad1f7270aa64088ad8fbdc2ace7aa7f 100644 (file)
@@ -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