Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: move things into eframe #1542

Merged
merged 12 commits into from
Apr 29, 2022
Prev Previous commit
Next Next commit
Small cleanup of egui_web/Cargo.toml
emilk committed Apr 28, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 3764f4e39acc41defdacbd322c777f565d0d5b89
6 changes: 2 additions & 4 deletions egui_web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -60,9 +60,7 @@ ron = { version = "0.7", optional = true }
serde = { version = "1", optional = true }
tts = { version = "0.20", optional = true } # feature screen_reader

[dependencies.web-sys]
version = "0.3.52"
features = [
web-sys = { version = "0.3.52", features = [
"BinaryType",
"Blob",
"Clipboard",
@@ -103,4 +101,4 @@ features = [
"WebGlRenderingContext",
"WheelEvent",
"Window",
]
] }