From 58faa15a909fe849e7e14a26cca85baf40e7598a Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Mon, 16 Dec 2024 14:45:21 +1300 Subject: Update phosphor dependency to v3.2.1 This includes a fix to prevent the cursor from being marked as inactive while at least one mouse button is still being held. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fc88310..dd5b0f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "Emulator for running Bedrock programs" [dependencies] bedrock-asm = { git = "git://benbridle.com/bedrock_asm", tag = "v4.0.6" } bedrock-core = { git = "git://benbridle.com/bedrock_core", tag = "v5.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.1.0" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.2.1" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } chrono = { version = "0.4.38" } -- cgit v1.2.3-70-g09d2