Skip to content

Commit

Permalink
Add table mesh
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Nov 19, 2023
1 parent 12887f4 commit 0a093e1
Show file tree
Hide file tree
Showing 7 changed files with 2,264 additions and 196 deletions.
82 changes: 42 additions & 40 deletions elm.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,46 @@
{
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
"elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm-explorations/webgl": "1.1.3",
"ianmackenzie/elm-3d-camera": "3.1.0",
"ianmackenzie/elm-3d-scene": "1.0.2",
"ianmackenzie/elm-geometry": "3.11.0",
"ianmackenzie/elm-units": "2.10.0",
"mdgriffith/elm-animator": "1.1.1",
"w0rm/elm-physics": "5.1.3"
"type": "application",
"source-directories": [
"src"
],
"elm-version": "0.19.1",
"dependencies": {
"direct": {
"avh4/elm-color": "1.0.0",
"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",
"elm-explorations/webgl": "1.1.3",
"ianmackenzie/elm-3d-camera": "3.1.0",
"ianmackenzie/elm-3d-scene": "1.0.2",
"ianmackenzie/elm-geometry": "3.11.0",
"ianmackenzie/elm-units": "2.10.0",
"mdgriffith/elm-animator": "1.1.1",
"w0rm/elm-obj-file": "1.2.1",
"w0rm/elm-physics": "5.1.3"
},
"indirect": {
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/random": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-explorations/linear-algebra": "1.0.3",
"ianmackenzie/elm-1d-parameter": "1.0.1",
"ianmackenzie/elm-float-extra": "1.1.0",
"ianmackenzie/elm-geometry-linear-algebra-interop": "2.0.2",
"ianmackenzie/elm-interval": "3.1.0",
"ianmackenzie/elm-triangular-mesh": "1.1.0",
"ianmackenzie/elm-units-interval": "3.2.0"
}
},
"indirect": {
"elm/random": "1.0.0",
"elm/url": "1.0.0",
"elm/virtual-dom": "1.0.3",
"elm-explorations/linear-algebra": "1.0.3",
"ianmackenzie/elm-1d-parameter": "1.0.1",
"ianmackenzie/elm-float-extra": "1.1.0",
"ianmackenzie/elm-geometry-linear-algebra-interop": "2.0.2",
"ianmackenzie/elm-interval": "3.1.0",
"ianmackenzie/elm-triangular-mesh": "1.1.0",
"ianmackenzie/elm-units-interval": "3.2.0"
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.2"
},
"indirect": {}
}
},
"test-dependencies": {
"direct": {
"elm-explorations/test": "2.1.2"
},
"indirect": {
"elm/bytes": "1.0.8"
}
}
}
Loading

0 comments on commit 0a093e1

Please sign in to comment.