Skip to content

Commit

Permalink
v0.3.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Jun 24, 2023
1 parent 630a979 commit f8ce0b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[package]
name = "dmi"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
description = "DMI library written in Rust. Provides helpers to manipulate and produce DMI format files."
authors = ["Rohesie <[email protected]>"]
keywords = ["byond", "dreammaker", "dmi", "spacestation13"]
keywords = ["byond", "dreammaker", "dmi", "ss13", "spacestation13"]
homepage = "https://github.com/spacestation13/dmi"
exclude = ["src/tests.rs", "tests/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
thiserror = "1.0"
image = { version = "0.24", default-features = false, features = ["png"] }
image = { version = "0.24.6", default-features = false, features = ["png"] }
deflate = "1.0"
inflate = "0.4"
inflate = "0.4.5"

0 comments on commit f8ce0b5

Please sign in to comment.