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 0e4478f commit 22c5284Copy full SHA for 22c5284
masonry/Cargo.toml
@@ -70,3 +70,8 @@ accesskit.workspace = true
70
71
# Make wgpu use tracing for its spans.
72
profiling = { version = "1.0.15", features = ["profile-with-tracing"] }
73
+
74
+# This makes the examples discoverable to (e.g.) Android GPU inspector without needing to provide the full name manually.
75
+# Do not use when releasing a production app.
76
+[package.metadata.android.application]
77
+debuggable = true
0 commit comments