mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
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:
parent
352b5d0b9e
commit
f04bae561c
@ -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" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user