From 5d5525ce9201d1a6388260285268baff6019be93 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 13 Oct 2022 09:39:05 -0400 Subject: Better example + bug fixes --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 935d493..c07a785 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,14 +18,14 @@ texture_packer = "0.24" profiling = "1" tracy-client = "0.14" +[lib] +crate-type = ["cdylib", "lib"] + [features] profile-with-tracy = ["profiling/profile-with-tracy"] [[example]] name = "black" -[[example]] -name = "square" - [[example]] name = "bmp" -- cgit v1.2.3