chore: update taffy crate to crates.io release

This commit is contained in:
Michael Aaron Murphy 2025-09-30 22:18:02 +02:00 committed by Michael Murphy
parent df9df40963
commit 6a0c06a368
3 changed files with 8 additions and 12 deletions

View file

@ -133,6 +133,7 @@ serde = { version = "1.0.219", features = ["derive"] }
slotmap = "1.0.7"
smol = { version = "2.0.2", optional = true }
thiserror = "2.0.16"
taffy = { version = "0.9.1", features = ["grid"] }
tokio = { version = "1.47.1", optional = true }
tracing = "0.1.41"
unicode-segmentation = "1.12"
@ -205,11 +206,6 @@ optional = true
version = "0.11"
optional = true
[dependencies.taffy]
git = "https://github.com/DioxusLabs/taffy"
rev = "7781c70"
features = ["grid"]
[workspace]
members = [
"cosmic-config",