summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-13 09:39:05 -0400
committerMicha White <botahamec@outlook.com>2022-10-13 09:39:05 -0400
commit5d5525ce9201d1a6388260285268baff6019be93 (patch)
tree60e69c99282fce114d37cc0a1eb7ac692bbc3632 /Cargo.toml
parent630a917c245844a0b56bbefad9902cdcd87103ad (diff)
Better example + bug fixes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 935d493..c07a785 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"