mirror of
https://github.com/italicsjenga/agb.git
synced 2025-02-02 20:46:40 +11:00
Merge pull request #122 from gwilymk/remove-pub-from-template
Fixup build error in template
This commit is contained in:
commit
56241eb1f9
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ extern crate agb;
|
|||
use agb::{display, syscall};
|
||||
|
||||
#[agb::entry]
|
||||
pub fn main() -> ! {
|
||||
fn main() -> ! {
|
||||
let mut gba = agb::Gba::new();
|
||||
let mut bitmap = gba.display.video.bitmap3();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue