Skip to content

Commit 1519b6a

Browse files
committed
WIP example
1 parent 90341fb commit 1519b6a

2 files changed

Lines changed: 411 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ glam = "0.32.0"
180180
rand = "0.10.0"
181181
# Disable unnecessary formats.
182182
image = { version = "0.25.0", default-features = false, features = ["jpeg"] }
183+
# For f16 support. TODO: Use standard library's f16 once stable:
184+
# https://github.com/rust-lang/rust/issues/116909
185+
half = "2.7.1"
183186

184187
[target.'cfg(not(target_family = "wasm"))'.dev-dependencies]
185188
# Use rayon in raytracing example on non-web platforms.

0 commit comments

Comments
 (0)