Skip to content

Commit

Permalink
bumps to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jan 7, 2024
1 parent 84842c7 commit 0263ef4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "pigment64"
version = "0.3.0"
version = "0.4.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"

[dependencies]
png = "0.17.9"
clap = { version = "4.3.17", features = ["derive"] }
anyhow = "1.0.72"
byteorder = "1.4.3"
num_enum = "0.6.1"
png = "0.17.10"
clap = { version = "4.4.13", features = ["derive"] }
anyhow = "1.0.79"
byteorder = "1.5.0"
num_enum = "0.7.1"

0 comments on commit 0263ef4

Please sign in to comment.