1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Improve eframe wasm32 docs

This commit is contained in:
Emil Ernerfeldt
2022-12-11 16:52:37 +01:00
parent 0a1b85f35a
commit 4e3ae098a9
3 changed files with 7 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
# 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"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
[lib]