Compare commits
No commits in common. "923a0ac0716844bc8b6b42e90bc1e74b0e33d9ae" and "71d4b23eee197722124cac1e0f3b6e09570e5f2f" have entirely different histories.
923a0ac071
...
71d4b23eee
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ chrono = { version = "0.4.35", features = ["serde"] }
|
|||
anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||
indexmap = { version = "2.2.6", features = ["rayon"] }
|
||||
shaderc = { version = "0.8.3", features = ["build-from-source"] }
|
||||
rusqlite = { version = "0.33.0", features = ["bundled"] }
|
||||
rusqlite = { version = "0.32.0", features = ["bundled"] }
|
||||
cgmath = "0.18.0"
|
||||
http = "1.1.0"
|
||||
iterchunks = "0.5.0"
|
||||
|
@ -56,7 +56,7 @@ sdl2 = { version = "0.37.0" }
|
|||
syn = { version = "2.0.67", features = ["extra-traits", "full"] }
|
||||
quote = "1.0.35"
|
||||
proc-macro2 = "1.0.86"
|
||||
downcast-rs = "2.0.0"
|
||||
downcast-rs = "1.2.1"
|
||||
plexus = { version = "0.0.11", default-features = false }
|
||||
|
||||
utilities = { git = "https://gavania.de/hodasemi/utilities.git" }
|
||||
|
|
Loading…
Reference in a new issue