From e2bfdbe8b0c72161928366a20e9d3727804d7f73 Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 31 May 2022 22:24:12 +1200 Subject: [PATCH] egui-wgpu: Ensure docs for `winit` feature are generated. (#1700) per https://github.com/emilk/egui/issues/381#issuecomment-839707073 --- egui-wgpu/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/egui-wgpu/Cargo.toml b/egui-wgpu/Cargo.toml index f2e8b02b..e0ae620e 100644 --- a/egui-wgpu/Cargo.toml +++ b/egui-wgpu/Cargo.toml @@ -23,6 +23,8 @@ include = [ "Cargo.toml", ] +[package.metadata.docs.rs] +all-features = true [features]