diff options
| author | Micha White <botahamec@outlook.com> | 2022-09-18 18:16:19 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-09-18 18:16:19 -0400 |
| commit | cd7d74507fa54d026547b7dda9e1498a81a395b5 (patch) | |
| tree | 7d5435eec9c84dead9cdc36a4ba87dcfe520f5c3 /Cargo.toml | |
| parent | 83295e01008bdf25e03f6b5aa18b93b735a5e326 (diff) | |
An actual instancing API
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
