From 1c9dc0be4e4d41343a986cdc5ac8113fcbd350bf Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 8 Jul 2025 17:09:26 +1200 Subject: Update phosphor dependency This fixes a crash that occurs when a program tries to set the screen width or height to zero. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d07ded6..a73a5ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Bedrock emulator" [dependencies] bedrock-asm = { git = "git://benbridle.com/bedrock-asm", tag = "v1.0.1" } bedrock-core = { git = "git://benbridle.com/bedrock-core", tag = "v1.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.0" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.3.1" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } inked = { git = "git://benbridle.com/inked", tag = "v1.0.0" } log = { git = "git://benbridle.com/log", tag = "v2.0.0" } -- cgit v1.2.3-70-g09d2