| 13 | const IMG: &[u8] = include_bytes!("./qr.png"); |
| 14 | |
| 15 | pub struct Store { |
| 16 | pix: imagine::image::Bitmap<RGBA8888>, |
| 17 | } |
| 18 | |
| 19 | #[no_mangle] |
| 20 | pub extern "C" fn _start(ctx: &mut Context<Store>) -> i32 { |
nothing calls this directly
no outgoing calls
no test coverage detected