Skip to content

Commit

Permalink
add initial nes-studio (egui-driven) project
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Oct 18, 2023
1 parent 05974e3 commit 0b2674c
Show file tree
Hide file tree
Showing 18 changed files with 5,688 additions and 1,289 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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"]
Loading

0 comments on commit 0b2674c

Please sign in to comment.