summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-09-18 18:16:19 -0400
committerMicha White <botahamec@outlook.com>2022-09-18 18:16:19 -0400
commitcd7d74507fa54d026547b7dda9e1498a81a395b5 (patch)
tree7d5435eec9c84dead9cdc36a4ba87dcfe520f5c3 /Cargo.toml
parent83295e01008bdf25e03f6b5aa18b93b735a5e326 (diff)
An actual instancing API
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
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