Skip to content

Commit

Permalink
Version bump and dmi dependency change (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka authored Apr 25, 2021
1 parent f541185 commit 8d618f8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
21 changes: 16 additions & 5 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[package]
name = "icon-cutter"
version = "0.1.0"
version = "0.1.1"
authors = ["L <[email protected]>"]
edition = "2018"

license = "AGPL"
description = "icon-cutter is a library which creates .dmi files tailored to use with an 8-bit bitmasking system for smooth icons in in the DM game programming language."
homepage = "https://github.com/tgstation/icon-cutter"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
dmi = { git = "https://github.com/Rohesie/dmi" }
dmi = { git = "https://github.com/spacestation13/dmi", version = "0.1" }
anyhow = "1.0"
image = "0.23"
yaml-rust = "0.4"
Expand Down

0 comments on commit 8d618f8

Please sign in to comment.