We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c657caa commit 8f115cfCopy full SHA for 8f115cf
.github/workflows/rust.yml
@@ -6,7 +6,7 @@ env:
6
# --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses
7
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
8
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
9
- RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis
+ RUSTFLAGS: -D warnings
10
RUSTDOCFLAGS: -D warnings
11
12
jobs:
.gitignore
@@ -60,3 +60,5 @@ devenv.local.nix
60
.direnv
61
.envrc
62
63
+data
64
+!data/config.yaml
0 commit comments