@@ -68,7 +68,7 @@ raw-window-handle-06 = ["dep:raw-window-handle-06"]
6868
6969experimental = []
7070
71- experimental-rich-text = [" dep:pulldown-cmark " , " dep:htmlparser " , " dep:thiserror " , " i-slint-common/color-parsing " ]
71+ experimental-rich-text = []
7272
7373unstable-wgpu-26 = [" dep:wgpu-26" ]
7474unstable-wgpu-27 = [" dep:wgpu-27" ]
@@ -81,7 +81,7 @@ default = ["std", "unicode"]
8181shared-parley = [" shared-fontique" , " dep:parley" , " dep:skrifa" ]
8282
8383[dependencies ]
84- i-slint-common = { workspace = true , features = [" default" ] }
84+ i-slint-common = { workspace = true , features = [" default" , " color-parsing " ] }
8585i-slint-core-macros = { workspace = true , features = [" default" ] }
8686
8787const-field-offset = { version = " 0.1.5" , path = " ../../helper_crates/const-field-offset" }
@@ -115,7 +115,7 @@ bytemuck = { workspace = true, optional = true, features = ["derive"] }
115115zeno = { version = " 0.3.3" , optional = true , default-features = false , features = [" eval" ] }
116116sys-locale = { version = " 0.3.2" , optional = true , features = [" js" ] }
117117parley = { version = " 0.6.0" , optional = true }
118- pulldown-cmark = { version = " 0.13.0" , optional = true }
118+ pulldown-cmark = " 0.13.0"
119119
120120image = { workspace = true , optional = true , default-features = false }
121121clru = { workspace = true , optional = true }
@@ -136,8 +136,8 @@ wgpu-27 = { workspace = true, optional = true }
136136tr = { workspace = true , optional = true }
137137
138138webbrowser = { version = " 1.0.6" , optional = true }
139- htmlparser = { version = " 0.2.1" , optional = true }
140- thiserror = { version = " 2.0.17" , optional = true }
139+ htmlparser = " 0.2.1"
140+ thiserror = " 2.0.17"
141141
142142[target .'cfg(target_family = "unix")' .dependencies ]
143143gettext-rs = { version = " 0.7.1" , optional = true , features = [" gettext-system" ] }
0 commit comments