Skip to content

A pure rust immediate user interface library for doryen-rs.

License

Notifications You must be signed in to change notification settings

jice-nospam/doryen-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doryen-ui

Build Status Documentation crates.io License: MIT

A pure rust immediate user interface library for doryen-rs.

compilation instructions

native compilation

cargo run --example showcase

web assembly compilation

rustup target install wasm32-unknown-unknown
cargo install cargo-web
cargo web start --example showcase

usage

Cargo.toml :

[dependency]
doryen-ui="*"

main.rs :

fn main() {
}

license

This code is released under the MIT license.

contributions

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.

About

A pure rust immediate user interface library for doryen-rs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published