mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
* Add support for clip masks on text runs. * Fix atomic ordering of items with multiple shadows. * Update to bincode + ipc-channel with optimizations. * Fix some plane splitting precision errors. * Improve the anti-aliasing quality significantly. * Add internal ClipChain support. * Fix diacritic glyphs on Linux.
24 lines
561 B
TOML
24 lines
561 B
TOML
[package]
|
|
name = "profile_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "profile_traits"
|
|
path = "lib.rs"
|
|
|
|
[features]
|
|
energy-profiling = ["energymon", "energy-monitor"]
|
|
|
|
[dependencies]
|
|
energy-monitor = {version = "0.2.0", optional = true}
|
|
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
|
|
ipc-channel = "0.9"
|
|
log = "0.3.5"
|
|
serde = "1.0"
|
|
servo_config = {path = "../config"}
|
|
signpost = {git = "https://github.com/pcwalton/signpost.git"}
|
|
time = "0.1.12"
|
|
|