summaryrefslogtreecommitdiff
path: root/render/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2024-08-15 20:14:15 -0400
committerMicha White <botahamec@outlook.com>2024-08-15 20:14:15 -0400
commitf8a80039c74332e2101a177ef3fde31ef2077224 (patch)
treef887c96bf9879a28b7ce914ad96161f63ee83190 /render/Cargo.toml
parent488c7ed94b0662222fa0d825ab81b60b0b1e5d6c (diff)
Lots a changes
Diffstat (limited to 'render/Cargo.toml')
-rw-r--r--render/Cargo.toml14
1 files changed, 3 insertions, 11 deletions
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"