|
|
|
@ -17,9 +17,9 @@ targets = ["x86_64-linux-android"]
|
|
|
|
|
[package.metadata.platforms.support]
|
|
|
|
|
windows = { level = "full", notes = "" }
|
|
|
|
|
linux = { level = "full", notes = "" }
|
|
|
|
|
macos = { level = "partial", notes = "Runtime deep link registration is not supported" }
|
|
|
|
|
android = { level = "partial", notes = "Runtime deep link registration is not supported" }
|
|
|
|
|
ios = { level = "partial", notes = "Runtime deep link registration is not supported" }
|
|
|
|
|
macos = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
|
|
|
|
|
android = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
|
|
|
|
|
ios = { level = "partial", notes = "Deep links must be registered in config. Dynamic registration at runtime is not supported." }
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
serde = { workspace = true }
|
|
|
|
|