My actor.rpg avatar walking around on a GBA game
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update to v0.19.0

GBA bot 84a99577 f06bd457

+3 -3
+2 -2
.cargo/config.toml
··· 7 7 8 8 [target.thumbv4t-none-eabi] 9 9 rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"] 10 - runner = "mgba-qt" 10 + runner = ["mgba-qt", "-C", "logToStdout=1", "-C", "logLevel.gba.debug=127"] 11 11 12 12 [target.armv4t-none-eabi] 13 13 rustflags = ["-Clink-arg=-Tgba.ld", "-Ctarget-cpu=arm7tdmi"] 14 - runner = "mgba-qt" 14 + runner = ["mgba-qt", "-C", "logToStdout=1", "-C", "logLevel.gba.debug=127"]
+1 -1
Cargo.toml
··· 7 7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 8 8 9 9 [dependencies] 10 - agb = "0.18.1" 10 + agb = "0.19.0" 11 11 12 12 [profile.dev] 13 13 opt-level = 3