1
0
Fork 0
mirror of https://github.com/italicsjenga/agb.git synced 2025-02-23 22:58:18 +11:00

Merge pull request from gwilymk/remove-pub-from-template

Fixup build error in template
This commit is contained in:
Gwilym Kuiper 2021-10-18 20:40:50 +01:00 committed by GitHub
commit 56241eb1f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ extern crate agb;
use agb::{display, syscall}; use agb::{display, syscall};
#[agb::entry] #[agb::entry]
pub fn main() -> ! { fn main() -> ! {
let mut gba = agb::Gba::new(); let mut gba = agb::Gba::new();
let mut bitmap = gba.display.video.bitmap3(); let mut bitmap = gba.display.video.bitmap3();