Skip to content

Commit 6b53e2f

Browse files
committed
优化结构
1 parent 229add4 commit 6b53e2f

File tree

7 files changed

+816
-14
lines changed

7 files changed

+816
-14
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[workspace]
2+
resolver = "2"
3+
24
members = [
35
"dsweb-core",
46
"dscom",

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,3 @@
3838
* https://github.com/quadrupleslap/scrap
3939
* https://github.com/enigo-rs/enigo
4040
* https://github.com/aweinstock314/rust-clipboard
41-
42-
43-
## 计划中的功能
44-
45-
* ~~文件传输~~
46-
* 移动端键盘鼠标适配
47-
* webrtc协议转换

dsweb-front/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
`npm i webpack webpack-cli -D`
7+
`npm install`
88

99
## 编译
1010

0 commit comments

Comments
 (0)