mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Move stylearc into a separate crate.
MozReview-Commit-ID: C3btN8Jw9sJ
This commit is contained in:
parent
992059c856
commit
fa9d2cb036
5 changed files with 35 additions and 3 deletions
17
components/servo_arc/Cargo.toml
Normal file
17
components/servo_arc/Cargo.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "servo_arc"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "servo_arc"
|
||||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
servo = ["serde", "heapsize"]
|
||||
|
||||
[dependencies]
|
||||
heapsize = {version = "0.4.0", optional = true}
|
||||
serde = {version = "0.9", optional = true}
|
Loading…
Add table
Add a link
Reference in a new issue