We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2d7bc commit f1f1f57Copy full SHA for f1f1f57
javac/Cargo.toml
@@ -6,6 +6,10 @@ edition = "2024"
6
[dependencies]
7
which = "8"
8
9
+[target.'cfg(target_os = "windows")'.dependencies]
10
+encoding_rs = "0.8.35"
11
+windows = { version = "0.58", features = ["Win32_Globalization"] }
12
+
13
[dev-dependencies]
14
jni = { path = "../", version = "0.22.0", features = ["invocation"] }
15
rusty-fork = "0.3.0"
0 commit comments