diff options
author | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-29 13:58:19 +1300 |
---|---|---|
committer | Ben Bridle <bridle.benjamin@gmail.com> | 2024-10-29 13:59:44 +1300 |
commit | c42e2154d88c23a28f83fe96f4153e821ef00c0e (patch) | |
tree | 152b75b7077b03065696ea8b6bf670c628cea683 /Cargo.lock | |
parent | 41366dea0ee6702f4cb5f9bc12d62530c46c8c12 (diff) | |
download | bedrock-pc-c42e2154d88c23a28f83fe96f4153e821ef00c0e.zip |
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.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -889,8 +889,8 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phosphor" -version = "3.0.0" -source = "git+git://benbridle.com/phosphor?tag=v3.0.0#47a754a7beb8741bfe0469236036cb8023043cd8" +version = "3.1.0" +source = "git+git://benbridle.com/phosphor?tag=v3.1.0#f69c4065488f792a51641a126ba58ec541819f22" dependencies = [ "buffer", "event_queue", |