mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 10:08:12 +08:00
Invalidate Caches based on the received input (#1067)
* Invalidate Caches based on the received input * Add comments * Fix missing *
This commit is contained in:
committed by
Keavon Chambers
parent
ccb698ffa8
commit
4ea3802df1
Generated
+7
@@ -359,6 +359,12 @@ dependencies = [
|
||||
"dyn-any",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "boxcar"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38c99613cb3cd7429889a08dfcf651721ca971c86afa30798461f8eee994de47"
|
||||
|
||||
[[package]]
|
||||
name = "brotli"
|
||||
version = "3.3.4"
|
||||
@@ -1663,6 +1669,7 @@ dependencies = [
|
||||
"autoquant",
|
||||
"bezier-rs",
|
||||
"borrow_stack",
|
||||
"boxcar",
|
||||
"bytemuck",
|
||||
"compilation-client",
|
||||
"dyn-any",
|
||||
|
||||
Reference in New Issue
Block a user