Skip to content

Commit

Permalink
优化结构
Browse files Browse the repository at this point in the history
  • Loading branch information
pysrc committed Aug 14, 2024
1 parent 229add4 commit 6b53e2f
Show file tree
Hide file tree
Showing 7 changed files with 816 additions and 14 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[workspace]
resolver = "2"

members = [
"dsweb-core",
"dscom",
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@
* https://github.com/quadrupleslap/scrap
* https://github.com/enigo-rs/enigo
* https://github.com/aweinstock314/rust-clipboard


## 计划中的功能

* ~~文件传输~~
* 移动端键盘鼠标适配
* webrtc协议转换
2 changes: 1 addition & 1 deletion dsweb-front/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[wasm-pack安装教程](https://rustwasm.github.io/wasm-pack/installer/)

`npm i webpack webpack-cli -D`
`npm install`

## 编译

Expand Down
Loading

0 comments on commit 6b53e2f

Please sign in to comment.