Skip to content

Commit 1ff4bfc

Browse files
authored
chore(release): prepare iron-remote-desktop (#766)
1 parent 8961b40 commit 1ff4bfc

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

crates/iron-remote-desktop/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
22
name = "iron-remote-desktop"
33
version = "0.1.0"
4+
readme = "README.md"
5+
description = "Helper crate for building WASM modules compatible with iron-remote-desktop WebComponent"
46
edition.workspace = true
57
license.workspace = true
68
homepage.workspace = true

crates/iron-remote-desktop/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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`.

crates/iron-remote-desktop/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#![doc = include_str!("../README.md")]
2+
#![doc(html_logo_url = "https://cdnweb.devolutions.net/images/projects/devolutions/logos/devolutions-icon-shadow.svg")]
3+
14
mod clipboard;
25
mod cursor;
36
mod desktop_size;

0 commit comments

Comments
 (0)