update elm-obj-file to avoid murmur3

This commit is contained in:
mdgriffith 2021-01-17 13:30:31 -05:00
parent 33120897bb
commit e0ce5d8304
2 changed files with 8 additions and 6 deletions

View File

@ -21,9 +21,9 @@ port reportResults : Json.Encode.Value -> Cmd msg
suite =
Benchmark.describe "Elm Obj File"
[ Benchmark.bencmark "Decode Triangles"
[ Benchmark.benchmark "Decode Triangles"
(\_ -> Obj.Decode.decodeString Length.meters Obj.Decode.triangles obj |> Result.map (always ()))
, Benchmark.bencmark "Decode Textured Faces"
, Benchmark.benchmark "Decode Textured Faces"
(\_ -> Obj.Decode.decodeString Length.meters Obj.Decode.texturedFaces obj |> Result.map (always ()))
]

View File

@ -14,13 +14,12 @@
"elm/html": "1.0.0",
"elm/http": "2.0.0",
"elm/json": "1.1.3",
"elm-explorations/benchmark": "1.0.1",
"elm-explorations/benchmark": "1.0.2",
"ianmackenzie/elm-geometry": "3.6.0",
"ianmackenzie/elm-triangular-mesh": "1.0.4",
"ianmackenzie/elm-units": "2.6.0"
},
"indirect": {
"Skinney/murmur3": "2.0.8",
"elm/bytes": "1.0.8",
"elm/file": "1.0.5",
"elm/regex": "1.0.0",
@ -31,11 +30,14 @@
"ianmackenzie/elm-float-extra": "1.1.0",
"ianmackenzie/elm-interval": "2.0.0",
"ianmackenzie/elm-units-interval": "1.1.0",
"mdgriffith/style-elements": "5.0.1"
"mdgriffith/style-elements": "5.0.2",
"robinheghan/murmur3": "1.0.0"
}
},
"test-dependencies": {
"direct": {},
"indirect": {}
"indirect": {
"Skinney/murmur3": "2.0.8"
}
}
}