Configure gpu surface on non wasm32 targets

This commit is contained in:
Dennis Kobert
2023-06-16 19:56:52 +02:00
committed by Keavon Chambers
parent 989c8ad5f8
commit 8cd161f087
8 changed files with 82 additions and 19 deletions

3
Cargo.lock generated
View File

@@ -1749,8 +1749,10 @@ version = "0.1.0"
dependencies = [
"bezier-rs",
"bitflags 1.3.2",
"chrono",
"dyn-any",
"env_logger",
"fern",
"future-executor",
"futures",
"glam",
@@ -1829,6 +1831,7 @@ dependencies = [
"wgpu",
"wgpu-executor",
"wgpu-types",
"winit",
"xxhash-rust",
]