win, translate mode, debug almost done

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-02-06 18:13:17 +08:00
parent 6eec0041bd
commit ddc9792d15
6 changed files with 14 additions and 43 deletions

28
Cargo.lock generated
View File

@@ -1556,7 +1556,7 @@ dependencies = [
"log",
"objc",
"pkg-config",
"rdev 0.5.0-2 (git+https://github.com/fufesou/rdev)",
"rdev",
"serde 1.0.149",
"serde_derive",
"tfc",
@@ -4404,29 +4404,7 @@ dependencies = [
[[package]]
name = "rdev"
version = "0.5.0-2"
dependencies = [
"cocoa",
"core-foundation 0.9.3",
"core-foundation-sys 0.8.3",
"core-graphics 0.22.3",
"enum-map",
"epoll",
"inotify",
"lazy_static",
"libc",
"log",
"mio 0.8.5",
"strum 0.24.1",
"strum_macros 0.24.3",
"widestring 1.0.2",
"winapi 0.3.9",
"x11 2.20.1",
]
[[package]]
name = "rdev"
version = "0.5.0-2"
source = "git+https://github.com/fufesou/rdev#238c9778da40056e2efda1e4264355bc89fb6358"
source = "git+https://github.com/fufesou/rdev#77b45e9e43f713851874c7fbb8e7149ab4f2e6a1"
dependencies = [
"cocoa",
"core-foundation 0.9.3",
@@ -4731,7 +4709,7 @@ dependencies = [
"objc",
"objc_id",
"parity-tokio-ipc",
"rdev 0.5.0-2",
"rdev",
"repng",
"reqwest",
"rpassword 7.2.0",