File tree Expand file tree Collapse file tree
crates/iron-remote-desktop Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " iron-remote-desktop"
33version = " 0.1.0"
4+ readme = " README.md"
5+ description = " Helper crate for building WASM modules compatible with iron-remote-desktop WebComponent"
46edition.workspace = true
57license.workspace = true
68homepage.workspace = true
Original file line number Diff line number Diff line change 1+ # Iron Remote Desktop — Helper Crate
2+
3+ Helper crate for building WASM modules compatible with the ` iron-remote-desktop ` WebComponent.
4+
5+ Implement the ` RemoteDesktopApi ` on a Rust type, and call the ` make_bridge! ` on
6+ it to generate the WASM API that is expected by ` iron-remote-desktop ` .
Original file line number Diff line number Diff line change 1+ #![ doc = include_str ! ( "../README.md" ) ]
2+ #![ doc( html_logo_url = "https://cdnweb.devolutions.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg" ) ]
3+
14mod clipboard;
25mod cursor;
36mod desktop_size;
You can’t perform that action at this time.
0 commit comments