Compare commits

..

No commits in common. "28c8422b7be0125f98df9c2a9b5ca3b76b372c6a" and "f7f3f9ccf190f9b9951070faed085d05cee1c3fc" have entirely different histories.

View file

@ -31,7 +31,7 @@ rayon = "1.10.0"
chrono = { version = "0.4.35", features = ["serde"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
indexmap = { version = "2.2.6", features = ["rayon"] }
shaderc = { version = "0.9.0", features = ["build-from-source"] }
shaderc = { version = "0.8.3", features = ["build-from-source"] }
rusqlite = { version = "0.33.0", features = ["bundled"] }
cgmath = "0.18.0"
http = "1.1.0"