Commit graph

3 commits

Author SHA1 Message Date
Vladyslav Nikonov
d9bbd4b1b3
feat(web): add API for cursor style override (#416) 2024-03-18 05:10:21 -04:00
Benoît CORTIER
d4ea558da0 style(web-client): run prettier 2023-11-04 02:26:46 -04:00
Benoît Cortier
710a51f24a
refactor: re-organize workspace (#101)
- Remove Tauri client.

  It was useful when initially prototyping the Web Component, but now
  it’s more of a maintenance burden. It’s notably not convenient to
  check in CI. Since we now have another native alternative that does
  not require any GPU (`ironrdp-client`), it’s probably a good time to
  part ways.

- Move wasm package into the workspace.

- Move Rust crates into a `crates` subfolder.

- Introduce `xtask` crate for free-form automation.
2023-03-29 19:09:15 -04:00