This commit is contained in:
Michael Zhang 2018-09-30 17:49:11 -05:00
parent 38c1fd25ed
commit 85700f5000
No known key found for this signature in database
GPG key ID: A1B65B603268116B
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View file

@ -334,7 +334,7 @@ version = "0.1.0"
dependencies = [
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"imlib2-sys 0.1.0",
"leanshot_xlib 0.1.0",
"leanshot_xlib 0.1.1",
]
[[package]]
@ -373,7 +373,7 @@ dependencies = [
"gl 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
"glutin 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
"imlib2 0.1.0",
"leanshot_xlib 0.1.0",
"leanshot_xlib 0.1.1",
"nanovg 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
"png 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -383,7 +383,7 @@ dependencies = [
[[package]]
name = "leanshot_xlib"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -1,6 +1,6 @@
[package]
name = "imlib2"
version = "0.1.0"
version = "0.1.1"
description = "imlib2 bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]

View file

@ -1,6 +1,6 @@
[package]
name = "leanshot_xlib"
version = "0.1.0"
version = "0.1.1"
description = "xlib bindings"
license-file = "../LICENSE"
authors = ["Michael Zhang <failed.down@gmail.com>"]