Compare commits

..

No commits in common. "797a13a6a50658f916a99cbf5606dbc93bc11498" and "fc23d9c0e764de18323c5dd97db70c81628485ba" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ build = "build.rs"
[dependencies]
vulkan-sys = { path = "../vulkan-sys" }
anyhow = { version = "1.0.71", features = ["backtrace"] }
anyhow = { version = "1.0.70", features = ["backtrace"] }
[build-dependencies]
cc = "1.0.79"

View file

@ -8,6 +8,6 @@ edition = "2021"
image = "0.24.6"
vulkan-sys = { path = "../vulkan-sys" }
vma-rs = { path = "../vma-rs" }
anyhow = { version = "1.0.71", features = ["backtrace"] }
anyhow = { version = "1.0.70", features = ["backtrace"] }
assetpath = { path = "../assetpath" }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }

View file

@ -8,5 +8,5 @@ edition = "2021"
library_loader = { path = "../library_loader" }
paste = "1.0.12"
shared_library = "0.1.9"
anyhow = { version = "1.0.71", features = ["backtrace"] }
anyhow = { version = "1.0.70", features = ["backtrace"] }
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }