Switch to git dep
This commit is contained in:
parent
742ebfa8ac
commit
463c66d362
@ -31,7 +31,7 @@ bevy_diagnostic = { path = "../bevy_diagnostic", version = "0.17.0-dev" }
|
|||||||
|
|
||||||
# other
|
# other
|
||||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||||
dlss_wgpu = { path = "../../../dlss_wgpu", optional = true }
|
dlss_wgpu = { git = "https://github.com/JMS55/dlss_wgpu", optional = true }
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
@ -102,7 +102,7 @@ wgpu = { version = "25", default-features = false, features = [
|
|||||||
"fragile-send-sync-non-atomic-wasm",
|
"fragile-send-sync-non-atomic-wasm",
|
||||||
] }
|
] }
|
||||||
naga = { version = "25", features = ["wgsl-in"] }
|
naga = { version = "25", features = ["wgsl-in"] }
|
||||||
dlss_wgpu = { path = "../../../dlss_wgpu", optional = true }
|
dlss_wgpu = { git = "https://github.com/JMS55/dlss_wgpu", optional = true }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
|
bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
|
||||||
downcast-rs = { version = "2", default-features = false, features = ["std"] }
|
downcast-rs = { version = "2", default-features = false, features = ["std"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user