We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3224daa + a8546df commit bfb5eefCopy full SHA for bfb5eef
Cargo.toml
@@ -16,7 +16,7 @@ ouroboros = { version = "0.15.5", default-features = false }
16
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
17
swash = { version = "0.1.6", optional = true }
18
syntect = { version = "5.0.0", optional = true }
19
-sys-locale = { version = "0.2.3", optional = true }
+sys-locale = { version = "0.3.0", optional = true }
20
unicode-linebreak = "0.1.4"
21
unicode-script = "0.5.5"
22
unicode-segmentation = "1.10.0"
@@ -41,6 +41,7 @@ std = [
41
"unicode-bidi/std",
42
]
43
vi = ["syntect"]
44
+wasm-web = ["sys-locale?/js"]
45
46
[workspace]
47
members = [
0 commit comments