From 9950ae8d49d692f698dfafd544748df2bced6d7d Mon Sep 17 00:00:00 2001 From: Micha White Date: Fri, 21 Oct 2022 20:10:15 -0400 Subject: Changed up some dependencies --- alligator_render/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'alligator_render/Cargo.toml') diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml index e633fb9..cefb924 100644 --- a/alligator_render/Cargo.toml +++ b/alligator_render/Cargo.toml @@ -2,6 +2,7 @@ name = "alligator_render" version = "0.1.0" edition = "2021" +rust-version = "1.65" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -17,13 +18,13 @@ image = "0.24" texture_packer = "0.24" profiling = "1" tracy-client = { version = "0.14", optional = true } -dhat = "0.3" +dhat = { version = "0.3", optional = true } [lib] crate-type = ["cdylib", "lib"] [features] -dhat = [] +dhat = ["dep:dhat"] profile-with-tracy = ["tracy-client", "profiling/profile-with-tracy"] [[example]] -- cgit v1.2.3