diff options
author | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 18:40:51 +0200 |
---|---|---|
committer | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 18:40:51 +0200 |
commit | e2c5a97654e05d6136c88e85cda23ea79c2a25af (patch) | |
tree | 91ed0d7c98d0cbf4cc268f20a203e84f4f09eae7 /examples/elm.json | |
parent | 1317c6de361af9d1f84abd9f0dba0408c5ef1831 (diff) |
added some examples that show how a style can be loaded either from a string, only layers (Example03) or how to grab a style by using its url and than adding additional layers
Diffstat (limited to 'examples/elm.json')
-rw-r--r-- | examples/elm.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/elm.json b/examples/elm.json index 2017dd4..44742fd 100644 --- a/examples/elm.json +++ b/examples/elm.json @@ -10,6 +10,7 @@ "elm/browser": "1.0.0", "elm/core": "1.0.0", "elm/html": "1.0.0", + "elm/http": "1.0.0", "elm/json": "1.0.0" }, "indirect": { |