Switch to git dep

This commit is contained in:
JMS55 2025-07-06 17:20:27 -04:00
parent 742ebfa8ac
commit 463c66d362
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ bevy_diagnostic = { path = "../bevy_diagnostic", version = "0.17.0-dev" }
# other
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]
workspace = true

View File

@ -102,7 +102,7 @@ wgpu = { version = "25", default-features = false, features = [
"fragile-send-sync-non-atomic-wasm",
] }
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"] }
bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
downcast-rs = { version = "2", default-features = false, features = ["std"] }