Skip to content

Commit bb539ee

Browse files
committed
Minor cleanups
1 parent 7b42ef8 commit bb539ee

21 files changed

Lines changed: 24 additions & 45 deletions

File tree

agdk-cpal/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "agdk-cpal"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
tracing = "0.1"
108
tracing-subscriber = { version = "0.3", features = [

agdk-cpal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a minimal test application based on `GameActivity` that just
22
runs a mainloop based on android_activity::poll_events() and plays a
33
sine wave audio test using the Cpal audio library.
44

5-
```
5+
```bash
66
export ANDROID_NDK_HOME="path/to/ndk"
77
export ANDROID_HOME="path/to/sdk"
88

agdk-eframe/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55
resolver = "2"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8-
97
[dependencies]
108
tracing = "0.1"
119
tracing-subscriber = { version = "0.3", features = [

agdk-eframe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ This tests using `GameActivity` with egui, winit and wgpu.
33
This is based on a re-worked winit backend here:
44
https://github.com/rib/winit/tree/android-activity
55

6-
```
6+
```bash
77
export ANDROID_NDK_HOME="path/to/ndk"
88
export ANDROID_HOME="path/to/sdk"
99

agdk-egui/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ version = "0.1.0"
44
edition = "2021"
55
resolver = "2"
66

7-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8-
97
[dependencies]
108
tracing = "0.1"
119
tracing-subscriber = { version = "0.3", features = [

agdk-mainloop/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "agdk-mainloop"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
tracing = "0.1"
108
tracing-subscriber = { version = "0.3", features = [

agdk-mainloop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ runs a mainloop based on android_activity::poll_events() and traces
33
the events received without doing any rendering. It also saves and
44
restores some minimal application state.
55

6-
```
6+
```bash
77
export ANDROID_NDK_HOME="path/to/ndk"
88
export ANDROID_HOME="path/to/sdk"
99

agdk-oboe/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "agdk-oboe"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
log = "0.4"
108
android_logger = "0.13.1"
@@ -14,4 +12,4 @@ atomic_float = "0.1"
1412

1513
[lib]
1614
name="main"
17-
crate_type=["cdylib"]
15+
crate_type=["cdylib"]

agdk-oboe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This is a minimal test application based on `GameActivity` that just
22
runs a mainloop based on android_activity::poll_events() and plays a
33
sine wave audio test using the Oboe audio library.
44

5-
```
5+
```bash
66
export ANDROID_NDK_HOME="path/to/ndk"
77
export ANDROID_HOME="path/to/sdk"
88

agdk-winit-wgpu/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name = "agdk-winit-wgpu"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
tracing = "0.1"
108
tracing-subscriber = { version = "0.3", features = [

0 commit comments

Comments
 (0)