Skip to content

Commit

Permalink
robtfm naga_oil branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Jul 29, 2023
1 parent 19aa960 commit 06989a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_pbr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ bitflags = "2.3"
bytemuck = { version = "1", features = ["derive"] }
radsort = "0.1"
# naga_oil = "0.8"
naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" }
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
2 changes: 1 addition & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ regex = "1.5"
ddsfile = { version = "0.5.0", optional = true }
ktx2 = { version = "0.3.0", optional = true }
# naga_oil = "0.8"
naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" }
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
# For ktx2 supercompression
flate2 = { version = "1.0.22", optional = true }
ruzstd = { version = "0.4.0", optional = true }
Expand Down

0 comments on commit 06989a4

Please sign in to comment.