summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
blob: 11272ed7f518b6fff00b2bc12b1b4efaa8064b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "weareworld"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
env_logger = "0.11.6"
gltf = { version = "1.4.1", features = [
    "extras",
    "names",
    "KHR_lights_punctual",
    "KHR_materials_transmission",
] }
log = "0.4.22"
weareshared = { path = "../shared" }
rand = "0.9.0-beta.1"
image = "0.25.5"