pub const MQ_MAIN_RS_VALUE: &'static str = r#"
#[macroquad::main("Macroquad 3D")]
async fn main() -> anyhow::Result<()> {Ok(())}
"#;