Fix docs.rs build issues for eframe, egui-winit, egui_glium, egui_glow
I hope we can get rid of the `tts` crate very soon, now that AcessKit has landed. It is only used for web atm. Should probably be removed from all native libraries.
This commit is contained in:
parent
54675f8983
commit
5bb7a46ec2
4 changed files with 9 additions and 4 deletions
|
@ -14,7 +14,9 @@ keywords = ["egui", "gui", "gamedev"]
|
|||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Avoid speech-dispatcher dependencies - see https://docs.rs/crate/eframe/0.20.0/builds/695200
|
||||
no-default-features = true
|
||||
features = ["document-features", "glow", "wgpu", "persistence", "wgpu"]
|
||||
|
||||
[lib]
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ keywords = ["winit", "egui", "gui", "gamedev"]
|
|||
include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Avoid speech-dispatcher dependencies - see https://docs.rs/crate/egui-winit/0.20.0/builds/695196
|
||||
features = ["document-features"]
|
||||
|
||||
|
||||
[features]
|
||||
|
|
|
@ -20,7 +20,8 @@ include = [
|
|||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Avoid speech-dispatcher dependencies - see https://docs.rs/crate/egui_glium/0.20.0/builds/695197
|
||||
features = ["document-features"]
|
||||
|
||||
|
||||
[features]
|
||||
|
|
|
@ -20,7 +20,8 @@ include = [
|
|||
]
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
# Avoid speech-dispatcher dependencies - see https://docs.rs/crate/egui_glow/0.20.0/builds/695194
|
||||
features = ["document-features"]
|
||||
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue