From cd7d74507fa54d026547b7dda9e1498a81a395b5 Mon Sep 17 00:00:00 2001 From: Micha White Date: Sun, 18 Sep 2022 18:16:19 -0400 Subject: An actual instancing API --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b91f529..6061ea1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,7 @@ pollster = "0.2" bytemuck = { version = "1.4", features = ["derive"] } [[example]] -name = "black" \ No newline at end of file +name = "black" + +[[example]] +name = "square" \ No newline at end of file -- cgit v1.2.3