mirror of
https://github.com/guilhermewerner/wgpu-renderer
synced 2025-06-16 13:54:21 +00:00
Create wgpu surface
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
use anyhow::Result;
|
||||
use renderer::run;
|
||||
|
||||
fn main() {
|
||||
run();
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
run().await;
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user