diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index 4a5b32c3..e70ff9fb 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -5,6 +5,7 @@ NOTE: [`egui-winit`](../egui-winit/CHANGELOG.md), [`egui_glium`](../egui_glium/C ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 - AccessKit integration and `wgpu` web support diff --git a/crates/eframe/Cargo.toml b/crates/eframe/Cargo.toml index 8c815dde..b4048943 100644 --- a/crates/eframe/Cargo.toml +++ b/crates/eframe/Cargo.toml @@ -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] diff --git a/crates/egui-winit/CHANGELOG.md b/crates/egui-winit/CHANGELOG.md index b32cf8b8..ccd7774e 100644 --- a/crates/egui-winit/CHANGELOG.md +++ b/crates/egui-winit/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui-winit` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 diff --git a/crates/egui-winit/Cargo.toml b/crates/egui-winit/Cargo.toml index 60510353..2aec837f 100644 --- a/crates/egui-winit/Cargo.toml +++ b/crates/egui-winit/Cargo.toml @@ -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] diff --git a/crates/egui_glium/CHANGELOG.md b/crates/egui_glium/CHANGELOG.md index b03b9dc0..2f8ee202 100644 --- a/crates/egui_glium/CHANGELOG.md +++ b/crates/egui_glium/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui_glium` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 diff --git a/crates/egui_glium/Cargo.toml b/crates/egui_glium/Cargo.toml index c55fd1e2..51345f4a 100644 --- a/crates/egui_glium/Cargo.toml +++ b/crates/egui_glium/Cargo.toml @@ -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] diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md index bd9ed527..28864462 100644 --- a/crates/egui_glow/CHANGELOG.md +++ b/crates/egui_glow/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to the `egui_glow` integration will be noted in this file. ## Unreleased +* Fix docs.rs build ([#2420](https://github.com/emilk/egui/pull/2420)). ## 0.20.0 - 2022-12-08 diff --git a/crates/egui_glow/Cargo.toml b/crates/egui_glow/Cargo.toml index bd85fa60..7630ab62 100644 --- a/crates/egui_glow/Cargo.toml +++ b/crates/egui_glow/Cargo.toml @@ -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]