diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-13 09:39:05 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-13 09:39:05 -0400 |
| commit | 5d5525ce9201d1a6388260285268baff6019be93 (patch) | |
| tree | 60e69c99282fce114d37cc0a1eb7ac692bbc3632 /Cargo.toml | |
| parent | 630a917c245844a0b56bbefad9902cdcd87103ad (diff) | |
Better example + bug fixes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -18,6 +18,9 @@ texture_packer = "0.24" profiling = "1" tracy-client = "0.14" +[lib] +crate-type = ["cdylib", "lib"] + [features] profile-with-tracy = ["profiling/profile-with-tracy"] @@ -25,7 +28,4 @@ profile-with-tracy = ["profiling/profile-with-tracy"] name = "black" [[example]] -name = "square" - -[[example]] name = "bmp" |
