Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Use git's --topo-order or --date-order instead of manual calculation #5

Merged
merged 14 commits into from
Jul 29, 2024
Merged
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target

/out
/out
kdheepak marked this conversation as resolved.
Show resolved Hide resolved
*_diff.png
167 changes: 167 additions & 0 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 @@ arboard = "3.4.0"
base64 = "0.22.1"
chrono = "0.4.38"
clap = { version = "4.5.9", features = ["derive"] }
color-eyre = "0.6.3"
console = "0.15.8"
image = "0.25.1"
olpc-cjson = "0.1.3"
Expand Down
Loading
Loading