1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Tell docs.rs to use the --all-features flag when generating docs

Closes https://github.com/emilk/egui/issues/381
This commit is contained in:
Emil Ernerfeldt
2021-05-12 20:02:25 +02:00
parent 9c475204da
commit 442b953964
5 changed files with 15 additions and 0 deletions

View File

@@ -17,6 +17,9 @@ include = [
"Cargo.toml",
]
[package.metadata.docs.rs]
all-features = true
[lib]
[dependencies]