1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -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

@@ -18,6 +18,9 @@ include = [
"src/shader/*.glsl",
]
[package.metadata.docs.rs]
all-features = true
[lib]
crate-type = ["cdylib", "rlib"]