Skip to content

Commit 876c71b

Browse files
committed
stash
1 parent be04106 commit 876c71b

42 files changed

Lines changed: 6512 additions & 3233 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agdk-cpal/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ anyhow = "1"
1515

1616
[lib]
1717
name="main"
18-
crate_type=["cdylib"]
18+
crate_type=["cdylib"]
19+
20+
# Uncomment to build against local android-activity
21+
[patches.crates-io]
22+
android-activity = { path = "../../android-activity/android-activity" }

0 commit comments

Comments
 (0)