summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"