mirror of https://github.com/emilk/egui.git
Browse Source
* No longer required since https://github.com/emilk/egui/pull/4980 And despite some outdated comments, wgpu/WebGPU doesn't need it eitherpull/4835/merge
Emil Ernerfeldt
2 months ago
committed by
GitHub
13 changed files with 3 additions and 49 deletions
@ -1,9 +1,2 @@ |
|||
# clipboard api is still unstable, so web-sys requires the below flag to be passed for copy (ctrl + c) to work |
|||
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html |
|||
# check status at https://developer.mozilla.org/en-US/docs/Web/API/Clipboard#browser_compatibility |
|||
# we don't use `[build]` because of rust analyzer's build cache invalidation https://github.com/emilk/eframe_template/issues/93 |
|||
[target.wasm32-unknown-unknown] |
|||
rustflags = ["--cfg=web_sys_unstable_apis"] |
|||
|
|||
[alias] |
|||
xtask = "run --quiet --package xtask --" |
|||
|
Loading…
Reference in new issue