File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
crates/iron-remote-desktop Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " iron-remote-desktop"
3
3
version = " 0.1.0"
4
+ readme = " README.md"
5
+ description = " Helper crate for building WASM modules compatible with iron-remote-desktop WebComponent"
4
6
edition.workspace = true
5
7
license.workspace = true
6
8
homepage.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
+
1
4
mod clipboard;
2
5
mod cursor;
3
6
mod desktop_size;
You can’t perform that action at this time.
0 commit comments