Remove taffy-specific layout caching (#34589)

Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Nico Burns 2024-12-12 22:35:03 +13:00 committed by GitHub
parent 2a6986b857
commit c0703b605d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 14 deletions

4
Cargo.lock generated
View file

@ -7132,9 +7132,9 @@ dependencies = [
[[package]]
name = "taffy"
version = "0.6.3"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136661daffcdfb128afb0d45a8f7e88078739196d64d7ffa47f8513f4a00a6d7"
checksum = "bf595259ca079fc86dc249d8ece0b4e822b83035daa0c0491aa4c12b1232b36c"
dependencies = [
"arrayvec",
"grid",