learn-wgpu 0.1.0

I am trying to learn wgpu
Documentation
1
2
3
4
5
6
7
use learn_wgpu::run;

fn main() {
    
    pollster::block_on(run());
    
}