mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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.
16 lines
311 B
TOML
16 lines
311 B
TOML
[package]
|
|
name = "gfx_tests"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
|
|
[lib]
|
|
name = "gfx_tests"
|
|
path = "lib.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
cssparser = "0.22.0"
|
|
gfx = {path = "../../../components/gfx"}
|
|
ipc-channel = "0.9"
|
|
style = {path = "../../../components/style"}
|