mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
There are a few canvas2d-related dependencies that haven't updated, but they only use euclid internally so that's not blocking landing the rest of the changes. Given the size of this patch, I think it's useful to get this landed as-is.
19 lines
430 B
TOML
19 lines
430 B
TOML
[package]
|
|
name = "servo_geometry"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "servo_geometry"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
app_units = "0.7"
|
|
euclid = "0.20"
|
|
malloc_size_of = { path = "../malloc_size_of" }
|
|
malloc_size_of_derive = "0.1"
|
|
style_traits = { path = "../style_traits" }
|
|
webrender_api = { git = "https://github.com/servo/webrender" }
|