Skip to content

Commit 8276307

Browse files
committed
robtfm naga_oil branch
1 parent a46b52a commit 8276307

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_pbr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ bitflags = "2.3"
3131
bytemuck = { version = "1", features = ["derive"] }
3232
radsort = "0.1"
3333
# naga_oil = "0.8"
34-
naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" }
34+
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
3535
smallvec = "1.6"

crates/bevy_render/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ regex = "1.5"
7575
ddsfile = { version = "0.5.0", optional = true }
7676
ktx2 = { version = "0.3.0", optional = true }
7777
# naga_oil = "0.8"
78-
naga_oil = { git = "https://github.com/VitalyAnkh/naga_oil.git", branch = "update-naga-to-0.13" }
78+
naga_oil = { git = "https://github.com/robtfm/naga_oil.git", branch = "0.13" }
7979
# For ktx2 supercompression
8080
flate2 = { version = "1.0.22", optional = true }
8181
ruzstd = { version = "0.4.0", optional = true }

0 commit comments

Comments
 (0)