mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Sort messages and message handlers
This commit is contained in:
12
Cargo.lock
generated
12
Cargo.lock
generated
@@ -96,6 +96,7 @@ dependencies = [
|
||||
"kurbo",
|
||||
"log",
|
||||
"rand_chacha",
|
||||
"remain",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"spin",
|
||||
@@ -268,6 +269,17 @@ version = "0.6.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
||||
|
||||
[[package]]
|
||||
name = "remain"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "70ba1e78fa68412cb93ef642fd4d20b9a941be49ee9333875ebaf13112673ea7"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ryu"
|
||||
version = "1.0.9"
|
||||
|
||||
Reference in New Issue
Block a user