Merge branch 'master' into modern-dialog

This commit is contained in:
NicKoehler
2023-03-01 18:00:56 +01:00
parent 55831948f8
commit ab4ef977f4
88 changed files with 2293 additions and 658 deletions

View File

@@ -4,8 +4,8 @@
"dockerfile": "./Dockerfile",
"context": "."
},
"workspaceMount": "source=${localWorkspaceFolder},target=/home/vscode/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/vscode/rustdesk",
"workspaceMount": "source=${localWorkspaceFolder}/../..,target=/home/vscode/rustdesk,type=bind,consistency=cache",
"workspaceFolder": "/home/vscode/rustdesk/vdi/host",
"customizations": {
"vscode": {
"extensions": [
@@ -15,6 +15,7 @@
"tamasfe.even-better-toml",
"serayuzgur.crates",
"mhutchie.git-graph",
"formulahendry.terminal",
"eamodio.gitlens"
],
"settings": {

970
vdi/host/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
authors = ["rustdesk <info@rustdesk.com>"]
edition = "2021"
[dependencies]
qemu-display = { git = "https://gitlab.com/marcandre.lureau/qemu-display" }
qemu-display = { git = "https://gitlab.com/marcandre.lureau/qemu-display" }
hbb_common = { path = "../../libs/hbb_common" }