summaryrefslogtreecommitdiff
path: root/world/Cargo.toml
blob: 8ce9a771a12ef3649b93abdfaa8615035c6ea65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[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"
serde = { version = "1.0.217", features = ["derive"] }
gltf = { version = "1.4.1", features = [
    "extras",
    "names",
    "extensions",
    "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"
rayon = "1.10.0"
humansize = "2.1.3"
serde_json = "1.0.138"
glam = "0.29.2"