From f8a80039c74332e2101a177ef3fde31ef2077224 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 15 Aug 2024 20:14:15 -0400 Subject: Lots a changes --- render/Cargo.toml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'render/Cargo.toml') diff --git a/render/Cargo.toml b/render/Cargo.toml index 086a993..1cb523c 100644 --- a/render/Cargo.toml +++ b/render/Cargo.toml @@ -8,30 +8,22 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -alligator_resources = { path = "../resources" } - bytemuck = { version = "1", features = ["derive"] } thiserror = "1" profiling = "1" -wgpu = "0.15" +wgpu = "0.18" winit = "0.28" image = "0.24" cgmath = "0.18" pollster = "0.2" log = "0.4" -parking_lot = "0.12" -texture_packer = { git="https://github.com/botahamec/piston_texture_packer", branch="u16" } -tracy-client = { version = "0.15", optional = true } -dhat = { version = "0.3", optional = true } +[dev-dependencies] +tracy-client = "0.15" [lib] crate-type = ["cdylib", "lib"] -[features] -dhat = ["dep:dhat"] -profile-with-tracy = ["tracy-client", "profiling/profile-with-tracy"] - [[example]] name = "black" -- cgit v1.2.3