Skip to content

Commit

Permalink
Make sure docs get generated for optional features as well
Browse files Browse the repository at this point in the history
We should probably publicly document the features we're exposing so they're more easy to find :-)
  • Loading branch information
Jasper-Bekkers authored and sanbox-irl committed Dec 20, 2021
1 parent 352b5d0 commit f04bae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions imgui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit f04bae5

Please sign in to comment.