Skip to content

Commit 8f115cf

Browse files
committed
rm clipboard
1 parent c657caa commit 8f115cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
# --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses
77
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
88
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
9-
RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis
9+
RUSTFLAGS: -D warnings
1010
RUSTDOCFLAGS: -D warnings
1111

1212
jobs:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ devenv.local.nix
6060
.direnv
6161
.envrc
6262

63+
data
64+
!data/config.yaml

0 commit comments

Comments
 (0)