Skip to content

Commit 22c5284

Browse files
committed
Add debugging attributes
1 parent 0e4478f commit 22c5284

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

masonry/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ accesskit.workspace = true
7070

7171
# Make wgpu use tracing for its spans.
7272
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

Comments
 (0)