Skip to content

Commit

Permalink
fix msvcrt conflicts caused by embree
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Jun 2, 2024
1 parent 6dfdf3a commit 8854858
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions src/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rust/luisa_compute_backend_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy_static = "1.4.0"
libc = "0.2"
libloading = "0.8"
log = "0.4"
embree_sys = { git = "https://github.com/shiinamiyuki/embree-sys", optional = true }
embree_sys = { git = "https://github.com/shiinamiyuki/embree-sys", optional = true, version = "0.1.11" }
parking_lot = "0.12.1"
rayon = "1.6.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 8854858

Please sign in to comment.