aboutsummaryrefslogtreecommitdiff
path: root/crates/render-demo/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/render-demo/Cargo.toml')
-rw-r--r--crates/render-demo/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/render-demo/Cargo.toml b/crates/render-demo/Cargo.toml
index aab041d..286b48c 100644
--- a/crates/render-demo/Cargo.toml
+++ b/crates/render-demo/Cargo.toml
@@ -11,6 +11,7 @@ demo = ["dep:sdl2", "dep:glow", "dep:image"]
msh-core = { path = "../msh-core" }
nres = { path = "../nres" }
render-core = { path = "../render-core" }
+texm = { path = "../texm" }
sdl2 = { version = "0.37", optional = true, default-features = false, features = ["bundled", "static-link"] }
glow = { version = "0.16", optional = true }
image = { version = "0.25", optional = true, default-features = false, features = ["png"] }