Skip to content

Commit faf3a88

Browse files
committed
fix: ci
1 parent c53473e commit faf3a88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

examples/gpui/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ edition.workspace = true
77
gpui_flowkit.workspace = true
88

99
gpui.workspace = true
10-
core-text.workspace = true
1110
glam.workspace = true
1211

12+
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
13+
core-text.workspace = true
14+
1315
[[example]]
1416
name = "gpui_canvas"
1517
path = "src/canvas.rs"

0 commit comments

Comments
 (0)