Merge pull request #121 from CryZe/fixed-wasm-support
Fix WebAssembly support
This commit is contained in:
commit
bfb5eefbfa
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ ouroboros = { version = "0.15.5", default-features = false }
|
||||||
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
|
rustybuzz = { version = "0.7.0", default-features = false, features = ["libm"] }
|
||||||
swash = { version = "0.1.6", optional = true }
|
swash = { version = "0.1.6", optional = true }
|
||||||
syntect = { version = "5.0.0", optional = true }
|
syntect = { version = "5.0.0", optional = true }
|
||||||
sys-locale = { version = "0.2.3", optional = true }
|
sys-locale = { version = "0.3.0", optional = true }
|
||||||
unicode-linebreak = "0.1.4"
|
unicode-linebreak = "0.1.4"
|
||||||
unicode-script = "0.5.5"
|
unicode-script = "0.5.5"
|
||||||
unicode-segmentation = "1.10.0"
|
unicode-segmentation = "1.10.0"
|
||||||
|
|
@ -41,6 +41,7 @@ std = [
|
||||||
"unicode-bidi/std",
|
"unicode-bidi/std",
|
||||||
]
|
]
|
||||||
vi = ["syntect"]
|
vi = ["syntect"]
|
||||||
|
wasm-web = ["sys-locale?/js"]
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue