summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
blob: 51437d5819830b567c9dd8ac97e458fa2ea1d3ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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",
    "KHR_materials_ior",
    "KHR_materials_volume",
    "KHR_materials_emissive_strength",
] }
log = "0.4.22"
weareshared = { path = "../shared" }
rand = "0.9.0-beta.1"
image = "0.25.5"