From d613b20803f41eeb4f6ae27003d5bfa371502930 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 18 Sep 2022 15:30:56 -0400 Subject: Created a vertex buffer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 281d897..b91f529 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ log = "0.4" wgpu = "0.13" thiserror = "1" pollster = "0.2" +bytemuck = { version = "1.4", features = ["derive"] } [[example]] name = "black" \ No newline at end of file -- cgit v1.2.3