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.
16 lines
282 B
TOML
16 lines
282 B
TOML
[package]
|
|
name = "bluetooth_traits"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "bluetooth_traits"
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
ipc-channel = "0.9"
|
|
regex = "0.2"
|
|
serde = "1.0"
|
|
servo_config = {path = "../config"}
|