File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -60,19 +60,23 @@ bon = ["dep:bon"]
6060[target .'cfg(all(not(windows), not(target_arch="wasm32")))' .dependencies ]
6161xdg = { version = " ^2.5" , optional = true }
6262
63- [target .'cfg(target_arch= "wasm32")' .dependencies ]
63+ [target .'cfg(any( target_arch = "wasm32", target_os = "ios") )' .dependencies ]
6464syntect = { version = " 5.0" , optional = true , default-features = false , features = [
6565 " default-fancy" ,
6666] }
67- clap = { version = " 4.0.32" , optional = true , features = [" derive" , " string" ] }
6867
69- [target .'cfg(not(target_arch= "wasm32"))' .dependencies ]
68+ [target .'cfg(not(any( target_arch = "wasm32", target_os = "ios") ))' .dependencies ]
7069syntect = { version = " 5.0" , optional = true , default-features = false , features = [
7170 " default-themes" ,
7271 " default-syntaxes" ,
7372 " html" ,
7473 " regex-onig" ,
7574] }
75+
76+ [target .'cfg(target_arch="wasm32")' .dependencies ]
77+ clap = { version = " 4.0.32" , optional = true , features = [" derive" , " string" ] }
78+
79+ [target .'cfg(not(target_arch="wasm32"))' .dependencies ]
7680clap = { version = " 4.0" , optional = true , features = [
7781 " derive" ,
7882 " string" ,
You can’t perform that action at this time.
0 commit comments