Use IndexMap for WebIDL Record

This commit is contained in:
CYBAI 2018-12-26 16:29:30 +08:00
parent 4ba0ab7bd0
commit 115b73f636
4 changed files with 27 additions and 9 deletions

View file

@ -61,6 +61,7 @@ http = "0.1"
hyper = "0.12"
hyper_serde = "0.9"
image = "0.20"
indexmap = "1.0.2"
ipc-channel = "0.11"
itertools = "0.7.6"
jstraceable_derive = {path = "../jstraceable_derive"}