A pure rust immediate user interface library for doryen-rs.
- install rust : https://www.rust-lang.org/learn/get-started
cargo run --example showcase
rustup target install wasm32-unknown-unknown
cargo install cargo-web
cargo web start --example showcase
Cargo.toml :
[dependency]
doryen-ui="*"
main.rs :
fn main() {
}
This code is released under the MIT license.
You can contribute to this library through pull requests. If you do so, please update the CHANGELOG.md and CREDITS.md files. If you provide a new feature, consider adding an example as a tutorial/showcase.