pointcache/tools/Cargo.toml

11 lines
162 B
TOML
Raw Normal View History

2023-11-26 18:08:17 -07:00
[package]
name = "tools"
version = "0.1.0"
edition = "2021"
[dependencies]
pointcache = { path = ".." }
2023-12-02 22:11:18 -07:00
openexr = "0.11.0"
half = "1.8.2"
imath-traits = "0.4.0"