You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,9 @@ It works with absolute positions and can therefore be used to place HTML text el
7
7
8
8
TODO
9
9
10
+
### Running the examples
11
+
To run the examples included in the library, it's recommended to install [cargo-web](https://github.com/koute/cargo-web) and then simply call `cargo web start --example hello-world`. See the [examples](./examples) folder for all available examples.
12
+
10
13
## Implementation policy for Panes
11
14
* Compatibility with stable Rust
12
15
* Light-weight (only major dependency is [stdweb](https://github.com/koute/stdweb))
0 commit comments