From c42e2154d88c23a28f83fe96f4153e821ef00c0e Mon Sep 17 00:00:00 2001 From: Ben Bridle Date: Tue, 29 Oct 2024 13:58:19 +1300 Subject: Add option to show mouse cursor This is to assist with debugging, when a program hasn't yet implemented its own mouse cursor. Phosphor had to be updated to properly support this. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd5cc08..f65ef48 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.0" } bedrock-core = { git = "git://benbridle.com/bedrock_core", tag = "v5.0.0" } -phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.0.0" } +phosphor = { git = "git://benbridle.com/phosphor", tag = "v3.1.0" } geometry = { git = "git://benbridle.com/geometry", tag = "v1.0.0" } time = { version = "0.3.30", features = [ "local-offset" ] } -- cgit v1.2.3-70-g09d2