Make sure docs get generated for optional features as well

We should probably publicly document the features we're exposing so they're more easy to find :-)
This commit is contained in:
Jasper Bekkers 2021-11-27 13:17:58 +01:00 committed by Jonathan Spira
parent 352b5d0b9e
commit f04bae561c

View File

@ -12,6 +12,9 @@ readme = "../README.markdown"
exclude = ["/resources"]
[package.metadata.docs.rs]
features = ["freetype", "docking", "tables-api"]
[dependencies]
bitflags = "1"
imgui-sys = { version = "0.8.1-alpha.0", path = "../imgui-sys" }