Merge pull request 'Update Rust crate shaderc to 0.9.0' (#10) from renovate/shaderc-0.x into main

Reviewed-on: #10
This commit is contained in:
hodasemi 2025-03-10 18:24:27 +00:00
commit a03d25c3c4

View file

@ -13,7 +13,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.8.3", features = ["build-from-source"] }
shaderc = { version = "0.9.0", features = ["build-from-source"] }
rusqlite = { version = "0.33.0", features = ["bundled"] }
cgmath = "0.18.0"
http = "1.1.0"