members = [
"title/shark",
- "ext/blake3-smol",
- "ext/renderdoc-sys",
- "ext/sdl2-sys",
- "ext/sqlite-sys",
- "ext/stb_image-sys",
- "ext/stb_truetype-sys",
- "ext/vulkan-sys",
+ "external/blake3-smol",
+ "external/renderdoc-sys",
+ "external/sdl2-sys",
+ "external/sqlite-sys",
+ "external/stb_image-sys",
+ "external/stb_truetype-sys",
+ "external/vulkan-sys",
"engine/narcissus-app",
"engine/narcissus-core",
"engine/narcissus-font",
[dependencies]
narcissus-core = { path = "../narcissus-core" }
-sdl2-sys = { path = "../../ext/sdl2-sys" }
\ No newline at end of file
+sdl2-sys = { path = "../../external/sdl2-sys" }
\ No newline at end of file
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-stb_truetype-sys = { path = "../../ext/stb_truetype-sys" }
+stb_truetype-sys = { path = "../../external/stb_truetype-sys" }
narcissus-core = { path = "../narcissus-core" }
rustc-hash = "1.1.0"
\ No newline at end of file
[dependencies]
narcissus-core = { path = "../narcissus-core" }
-vulkan-sys = { path = "../../ext/vulkan-sys" }
\ No newline at end of file
+vulkan-sys = { path = "../../external/vulkan-sys" }
\ No newline at end of file
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-stb_image-sys = { path = "../../ext/stb_image-sys" }
\ No newline at end of file
+stb_image-sys = { path = "../../external/stb_image-sys" }
\ No newline at end of file
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-sqlite-sys = { path = "../../ext/sqlite-sys" }
\ No newline at end of file
+sqlite-sys = { path = "../../external/sqlite-sys" }
\ No newline at end of file