init wgpu + doc + err robustes

This commit is contained in:
jerome
2026-07-03 12:33:32 +02:00
parent f765c5fcc1
commit f66519eeab
11 changed files with 2691 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[package]
name = "examples"
name = "wsg-examples"
version = "0.1.0"
edition = "2024"
+3
View File
@@ -0,0 +1,3 @@
fn main() {
todo!("later");
}