Skip to content

Commit

Permalink
Merge pull request #21 from LPGhatguy/use-stdin
Browse files Browse the repository at this point in the history
Improve performance by reducing redundant work
  • Loading branch information
kanerogers authored Mar 26, 2023
2 parents bb53330 + 7a1ef6c commit ac28709
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 97 deletions.
62 changes: 59 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ gltf = { version = "1.0", features = ["KHR_lights_punctual"] }
image = "0.24"
log = "0.4.17"
seahash = "4.1.0"
tempfile = "3.4.0"

[dev-dependencies]
ktx2 = "0.3"
Loading

0 comments on commit ac28709

Please sign in to comment.