From 7d64a7a469ddb5c8d8e909cf8dabd824d007b51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Mon, 11 May 2026 13:50:41 +0200 Subject: [PATCH] add missing ios dependency --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b12a652..ff2a45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,8 @@ tracing-core.workspace = true tracing-flame = { optional = true, version = "0.2" } tracing-subscriber.workspace = true +[target.'cfg(target_os = "ios")'.dependencies] +swift-rs = "1" # default to small, optimized release binaries [profile.release]