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.
1 parent c53473e commit faf3a88Copy full SHA for faf3a88
1 file changed
examples/gpui/Cargo.toml
@@ -7,9 +7,11 @@ edition.workspace = true
7
gpui_flowkit.workspace = true
8
9
gpui.workspace = true
10
-core-text.workspace = true
11
glam.workspace = true
12
+[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
13
+core-text.workspace = true
14
+
15
[[example]]
16
name = "gpui_canvas"
17
path = "src/canvas.rs"
0 commit comments