docs: add halfbrown as direct dependency of librashader for docs rendering

This commit is contained in:
chyyran 2024-02-14 21:28:21 -05:00
parent f7dd955c0a
commit e944330692
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View file

@ -1524,6 +1524,7 @@ name = "librashader"
version = "0.2.0-rc.2" version = "0.2.0-rc.2"
dependencies = [ dependencies = [
"ash", "ash",
"halfbrown",
"icrate 0.1.0", "icrate 0.1.0",
"librashader-cache", "librashader-cache",
"librashader-common 0.2.0-rc.2", "librashader-common 0.2.0-rc.2",

View file

@ -26,6 +26,7 @@ librashader-runtime-vk = { path = "../librashader-runtime-vk", version = "0.2.0-
librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.2.0-rc.2", optional = true } librashader-runtime-mtl = { path = "../librashader-runtime-mtl", version = "0.2.0-rc.2", optional = true }
ash = { version = "0.37", optional = true } ash = { version = "0.37", optional = true }
halfbrown = "0.2.4"
[target.'cfg(not(all(target_vendor="apple", docsrs)))'.dependencies] [target.'cfg(not(all(target_vendor="apple", docsrs)))'.dependencies]
wgpu = { version = "0.19", default-features = false, optional = true } wgpu = { version = "0.19", default-features = false, optional = true }