docs: add halfbrown as direct dependency of librashader for docs rendering
This commit is contained in:
parent
f7dd955c0a
commit
e944330692
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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 }
|
||||||
|
|
Loading…
Reference in a new issue