Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
slowriot authored Mar 10, 2023
1 parent 70522f6 commit 2ff8f8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,7 @@ Necessary emsripten link flags:
## Other useful libraries
You may also find the [Emscripten Browser Clipboard Library](https://github.com/Armchair-Software/emscripten-browser-clipboard) useful - this allows easy handling of browser copy and paste events in your C++ code.
You may also find the following Emscripten helper libraries useful:
- [Emscripten Browser Clipboard Library](https://github.com/Armchair-Software/emscripten-browser-clipboard) - easy handling of browser copy and paste events in your C++ code.
- [Emscripten Browser Cursor](https://github.com/Armchair-Software/emscripten-browser-cursor) - easy manipulation of browser mouse pointer cursors from C++.

0 comments on commit 2ff8f8f

Please sign in to comment.