summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <ben@derelict.engineering>2025-01-14 10:47:43 +1300
committerBen Bridle <ben@derelict.engineering>2025-01-14 10:47:56 +1300
commita9c620b7bd1e2860bb834494859afc661376964b (patch)
treea39948c326e9a6d232b61a9edf7bc98f95f3dd68 /Cargo.toml
parent34217d9e35fb3f4abfa0f94184b0fa739f3c36c2 (diff)
downloadphosphor-a9c620b7bd1e2860bb834494859afc661376964b.zip
Update name of event-queue dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d0adb1..68c8005 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ description = "Window management library"
[dependencies]
buffer = { git = "git://benbridle.com/buffer", "tag" = "v1.1.0" }
-event_queue = { git = "git://benbridle.com/event_queue", "tag" = "v1.1.0" }
+event-queue = { git = "git://benbridle.com/event-queue", "tag" = "v1.2.0" }
geometry = { git = "git://benbridle.com/geometry", "tag" = "v1.0.0" }
softbuffer = "0.4.6"