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

Remove smallvec (#8)

c.f. #6
This commit is contained in:
Stu 2021-01-13 22:05:02 +01:00 committed by GitHub
parent ac4f659470
commit 695d72e8ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 114 additions and 31 deletions

View file

@ -12,7 +12,6 @@ serde = { version = "1.0.89", optional = true, default-features = false }
lasso = "0.4.1"
text-size = "1.0.0"
fxhash= "0.2.1"
smallvec = "1.6.1"
servo_arc = { path = "vendor/servo_arc" }
parking_lot= "0.11.1"