diff options
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" |
