26 lines
410 B
TOML
26 lines
410 B
TOML
[package]
|
|
name = "pbrt"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.100"
|
|
bitflags = "2.10.0"
|
|
bumpalo = "3.19.0"
|
|
enum_dispatch = "0.3.13"
|
|
exr = "1.73.0"
|
|
half = "2.7.1"
|
|
image = "0.25.8"
|
|
num = "0.4.3"
|
|
num-integer = "0.1.46"
|
|
num-traits = "0.2.19"
|
|
once_cell = "1.21.3"
|
|
qoi = "0.4.1"
|
|
rand = "0.9.2"
|
|
rayon = "1.11.0"
|
|
smallvec = "1.15.1"
|
|
thiserror = "2.0.17"
|
|
|
|
[features]
|
|
default = []
|
|
use_f64 = []
|