File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
- --- kanata-* /Cargo.toml 1970-01-01T00:00:01+00:00
2
- +++ kanata-* /Cargo.toml 2025-02-24T02:18:17.384667 +00:00
3
- @@ -124 ,23 +124 ,9 @@
1
+ --- kanata-1.9.0 /Cargo.toml 1970-01-01T00:00:01+00:00
2
+ +++ kanata-1.9.0 /Cargo.toml 2025-06-23T09:19:38.121344 +00:00
3
+ @@ -45 ,23 +45 ,9 @@
4
4
"kanata-parser/gui",
5
5
"win_sendinput_send_scancodes",
6
6
"win_llhook_read_scancodes",
24
24
"kanata-parser/interception_driver",
25
25
]
26
26
passthru_ahk = [
27
- @@ -154 ,9 +140 ,7 @@
27
+ @@ -75 ,9 +61 ,7 @@
28
28
wasm = ["instant/wasm-bindgen"]
29
29
win_llhook_read_scancodes = ["kanata-parser/win_llhook_read_scancodes"]
30
30
win_manifest = [
34
34
]
35
35
win_sendinput_send_scancodes = ["kanata-parser/win_sendinput_send_scancodes"]
36
36
zippychord = ["kanata-parser/zippychord"]
37
- @@ -192,91 +176,2 @@
37
+ @@ -186,97 +170,9 @@
38
38
[target.'cfg(target_os = "linux")'.dependencies.signal-hook]
39
39
version = "0.3.14"
40
- -
40
+
41
41
- [target.'cfg(target_os = "macos")'.dependencies.core-graphics]
42
42
- version = "0.24.0"
43
43
-
126
126
- [target.'cfg(target_os = "windows")'.build-dependencies.regex]
127
127
- version = "1.10.4"
128
128
- optional = true
129
+ -
130
+ [profile.release]
131
+ opt-level = "z"
132
+ lto = "fat"
133
+ codegen-units = 1
134
+ panic = "abort"
135
+ +
You can’t perform that action at this time.
0 commit comments