Skip to content

Commit

Permalink
Prep for 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jul 19, 2023
1 parent 3ee622e commit 272588c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
15 changes: 7 additions & 8 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "pigment64"
version = "0.3.0"
edition = "2021"
description = "A library for handling conversion between N64 texture formats and modern image formats"
repository = "https://github.com/decompals/pigment64"
license = "MIT"
version = "0.2.2"
edition = "2021"

[dependencies]
png = "0.17.9"
clap = { version = "4.1.12", features = ["derive"] }
clap = { version = "4.3.17", features = ["derive"] }
anyhow = "1.0.72"
byteorder = "1.4.3"
num_enum = "0.6.1"

0 comments on commit 272588c

Please sign in to comment.