summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 398f700285b984380e845c1dee209fe9ee2c50cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "autosdf"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gen_random_proc_macro = { path = "./gen_random_proc_macro" }
gen_random = { path = "./gen_random" }
rand = { version = "0.8.0", features = ["small_rng"] }
serde_cbor = "0.11.2"
serde = "1.0.150"
serde_derive = "1.0.150"
gl = "0.14.0"
nalgebra = "0.31.4"
png = "0.17.7"
chrono = "0.4.23"

[target.'cfg(windows)'.build-dependencies]
winres = "0.1.12"