summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-01-07 12:25:37 +0100
committermetamuffin <metamuffin@disroot.org>2025-01-07 12:25:37 +0100
commitd81eebe423fd3e00df5ff035ec24fe7fb37f2c62 (patch)
treee96dddf8e179f47dc030729d6f725c30dfa372d9 /world/Cargo.toml
parent31ae23b7eb8cd0b688be07ae6cb4b5a96ee02a68 (diff)
downloadweareserver-d81eebe423fd3e00df5ff035ec24fe7fb37f2c62.tar
weareserver-d81eebe423fd3e00df5ff035ec24fe7fb37f2c62.tar.bz2
weareserver-d81eebe423fd3e00df5ff035ec24fe7fb37f2c62.tar.zst
albedo texture works
Diffstat (limited to 'world/Cargo.toml')
-rw-r--r--world/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/world/Cargo.toml b/world/Cargo.toml
index bdfc1f1..540b54b 100644
--- a/world/Cargo.toml
+++ b/world/Cargo.toml
@@ -10,4 +10,5 @@ env_logger = "0.11.6"
gltf = { version = "1.4.1", features = ["extras", "names"] }
log = "0.4.22"
weareshared = { path = "../shared" }
-rand = "0.9.0-beta.1" \ No newline at end of file
+rand = "0.9.0-beta.1"
+image = "0.25.5"