1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-07-29 18:17:44 +00:00

Move vendored servo_arc into crate for publishing (#19)

This commit is contained in:
DQ 2021-02-21 21:45:55 +01:00 committed by GitHub
parent 45241f98c5
commit e5a4ba71df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 18 additions and 74 deletions

View file

@ -12,9 +12,12 @@ readme = "README.md"
lasso = "0.5"
text-size = "1.0.0"
fxhash= "0.2.1"
servo_arc = { path = "vendor/servo_arc" }
parking_lot= "0.11.1"
# Arc
stable_deref_trait = "1.0.0"
nodrop = "0.1.8"
[dependencies.serde]
version = "1.0"
optional = true
@ -29,7 +32,7 @@ crossbeam-utils = "0.8"
[features]
default = []
serde1 = ["serde", "servo_arc/servo"]
serde1 = ["serde"]
[package.metadata.docs.rs]
features = ["serde1"]