HTML image map support

This commit is contained in:
bachar 2016-12-01 21:23:22 -05:00 committed by Manish Goregaokar
parent c784bc6944
commit 980dde7e15
7 changed files with 463 additions and 2 deletions

View file

@ -10,6 +10,7 @@ path = "lib.rs"
doctest = false
[dependencies]
euclid = "0.10.2"
msg = {path = "../../../components/msg"}
plugins = {path = "../../../components/plugins"}
script = {path = "../../../components/script"}