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.15.0

GBA bot 92d44fac 1ec0c30e

+4 -4
+4 -4
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.14.0" 10 + agb = "0.15.0" 11 11 12 12 [profile.dev] 13 - opt-level = 2 13 + opt-level = 3 14 14 debug = true 15 15 16 16 [profile.release] 17 - panic = "abort" 18 - lto = true 17 + opt-level = 3 18 + lto = "fat" 19 19 debug = true 20 20 codegen-units = 1