summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-04 11:09:48 -0500
committerMicha White <botahamec@outlook.com>2023-02-04 11:09:48 -0500
commitff429e74dc194d99b771efaf851e393e96d55dc9 (patch)
treef3e73c82e63f3531d5583e74377d85583ccca8f8
parentf354e01070194416d76b72fd06c8d10134c75d54 (diff)
Upgrade winit and texture_packer
-rw-r--r--alligator_render/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alligator_render/Cargo.toml b/alligator_render/Cargo.toml
index 29940bb..07b2f74 100644
--- a/alligator_render/Cargo.toml
+++ b/alligator_render/Cargo.toml
@@ -7,7 +7,7 @@ rust-version = "1.65"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-winit = "0.27"
+winit = "0.28"
log = "0.4"
wgpu = "0.15"
thiserror = "1"
@@ -15,7 +15,7 @@ pollster = "0.2"
bytemuck = { version = "1.4", features = ["derive"] }
cgmath = "0.18"
image = "0.24"
-texture_packer = "0.24"
+texture_packer = "0.25"
profiling = "1"
tracy-client = { version = "0.15", optional = true }
dhat = { version = "0.3", optional = true }