Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 8267281

Browse files
author
bors-servo
committed
Auto merge of #211 - servo:optional-aster, r=SimonSapin
Make serde/aster optional <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/rust-layers/211) <!-- Reviewable:end -->
2 parents 5af8c6b + 11f843f commit 8267281

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ name = "layers"
44
version = "0.1.0"
55
authors = ["The Servo Project Developers"]
66

7+
[features]
8+
default = []
9+
plugins = ["euclid/plugins", "azure/plugins", "skia/euclid/plugins", "io-surface/euclid/plugins"]
10+
711
[dependencies]
812
libc = "*"
913
rustc-serialize = "*"
1014
log = "*"
1115
gleam = "0.1"
12-
euclid = "0.2"
16+
euclid = "0.3"
1317

1418
[dependencies.skia]
1519
git = "https://github.com/servo/skia"

0 commit comments

Comments
 (0)