diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..08d3aae --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "elm-video"] + path = elm-video + url = https://gitea.tforgione.fr/tforgione/elm-video diff --git a/elm-video b/elm-video new file mode 160000 index 0000000..d1bd418 --- /dev/null +++ b/elm-video @@ -0,0 +1 @@ +Subproject commit d1bd418e890c337b010a9cd906679bd729a00fd0 diff --git a/elm.json b/elm.json index ec3e93a..ba798d2 100644 --- a/elm.json +++ b/elm.json @@ -1,7 +1,8 @@ { "type": "application", "source-directories": [ - "src" + "src", + "elm-video/src" ], "elm-version": "0.19.1", "dependencies": { @@ -14,10 +15,12 @@ "elm/json": "1.1.3", "elm/time": "1.0.0", "elm/url": "1.0.0", + "elm/svg": "1.0.1", "jims/html-parser": "1.0.0", "justinmimbs/timezone-data": "3.0.3", "mdgriffith/elm-ui": "1.1.8", - "rtfeldman/elm-iso8601-date-strings": "1.1.3" + "rtfeldman/elm-iso8601-date-strings": "1.1.3", + "andrewMacmurray/elm-simple-animation": "2.1.0" }, "indirect": { "elm/bytes": "1.0.8", diff --git a/index.html b/index.html index ddf5113..ce8ac47 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,8 @@
- + +