Skip to content

Commit

Permalink
feat: add headless renderer example (mosure#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cs50victor authored Jan 8, 2024
1 parent 1a3d327 commit 3b5013f
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ bytemuck = "1.14"
flate2 = { version = "1.0", optional = true }
flexbuffers = { version = "2.0", optional = true }
half = { version = "2.3.1", optional = true, features = ["serde"] }
image = { version = "0.24.7", default-features = false, features = ["png"] }
kd-tree = { version = "0.5", optional = true }
noise = { version = "0.8.2", optional = true }
ply-rs = { version = "0.1", optional = true }
Expand Down Expand Up @@ -161,7 +162,8 @@ features = [

[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }

futures-intrusive = { version = "0.5.0" }
pollster = { version = "0.3.0" }

[profile.dev.package."*"]
opt-level = 3
Expand Down Expand Up @@ -212,6 +214,10 @@ required-features = ["debug_gpu", "sort_radix"]
name = "minimal"
path = "examples/minimal.rs"

[[example]]
name = "headless"
path = "examples/headless.rs"


[[bench]]
name = "io"
Expand Down
Loading

0 comments on commit 3b5013f

Please sign in to comment.