Skip to content

Commit

Permalink
Update to egui 0.29 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Sep 26, 2024
1 parent 329ad06 commit 4273d00
Show file tree
Hide file tree
Showing 6 changed files with 483 additions and 367 deletions.
6 changes: 0 additions & 6 deletions .cargo/config.toml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ on: [push, pull_request, workflow_dispatch]
name: CI

env:
# --cfg=web_sys_unstable_apis is required to enable the web_sys clipboard API which egui_web uses
# https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Clipboard.html
# https://rustwasm.github.io/docs/wasm-bindgen/web-sys/unstable-apis.html
RUSTFLAGS: -D warnings --cfg=web_sys_unstable_apis
RUSTFLAGS: -D warnings
RUSTDOCFLAGS: -D warnings

jobs:
Expand Down
Loading

0 comments on commit 4273d00

Please sign in to comment.