servo/components/geometry/Cargo.toml
Oriol Brufau 4ff1e8dbd9
layout: Use FastTransform for hit testing (#38554)
`FastTransform` provides faster matrix operations when the involved
transforms are just translations.

Testing: Not needed (no change in behavior)

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Co-authored-by: Martin Robinson <mrobinson@igalia.com>
2025-08-11 16:23:17 +00:00

20 lines
468 B
TOML

[package]
name = "servo_geometry"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
[lib]
name = "servo_geometry"
path = "lib.rs"
[dependencies]
app_units = { workspace = true }
euclid = { workspace = true }
malloc_size_of = { workspace = true }
malloc_size_of_derive = { workspace = true }
webrender = { workspace = true }
webrender_api = { workspace = true }