feat: add scrolling
This commit is contained in:
parent
4b85ed5fb5
commit
d0e4539f9c
5 changed files with 85 additions and 22 deletions
8
elm.json
8
elm.json
|
@ -6,7 +6,9 @@
|
|||
"elm-explorations/webgl": "1.1.3",
|
||||
"elm/browser": "1.0.2",
|
||||
"elm/core": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/http": "2.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/time": "1.0.0",
|
||||
"ianmackenzie/elm-3d-camera": "3.1.0",
|
||||
"ianmackenzie/elm-3d-scene": "1.0.2",
|
||||
|
@ -14,14 +16,13 @@
|
|||
"ianmackenzie/elm-triangular-mesh": "1.1.0",
|
||||
"ianmackenzie/elm-units": "2.10.0",
|
||||
"mdgriffith/elm-ui": "1.1.8",
|
||||
"rl-king/elm-scroll-to": "1.1.2",
|
||||
"w0rm/elm-obj-file": "1.2.1"
|
||||
},
|
||||
"indirect": {
|
||||
"elm-explorations/linear-algebra": "1.0.3",
|
||||
"elm/bytes": "1.0.8",
|
||||
"elm/file": "1.0.5",
|
||||
"elm/html": "1.0.0",
|
||||
"elm/json": "1.1.3",
|
||||
"elm/random": "1.0.0",
|
||||
"elm/url": "1.0.0",
|
||||
"elm/virtual-dom": "1.0.3",
|
||||
|
@ -29,7 +30,8 @@
|
|||
"ianmackenzie/elm-float-extra": "1.1.0",
|
||||
"ianmackenzie/elm-geometry-linear-algebra-interop": "2.0.2",
|
||||
"ianmackenzie/elm-interval": "3.1.0",
|
||||
"ianmackenzie/elm-units-interval": "3.2.0"
|
||||
"ianmackenzie/elm-units-interval": "3.2.0",
|
||||
"tad-lispy/springs": "1.0.5"
|
||||
}
|
||||
},
|
||||
"elm-version": "0.19.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue