This commit is contained in:
Michael Zhang 2018-09-30 08:11:00 -05:00
parent f87e7ab45b
commit ccb70d3328
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -7,5 +7,5 @@ authors = ["Michael Zhang <failed.down@gmail.com>"]
[dependencies]
failure = "0.1"
imlib2-sys = { path = "imlib2-sys" }
leanshot_xlib = { path = "../xlib" }
imlib2-sys = { version = "0.1", path = "imlib2-sys" }
leanshot_xlib = { version = "0.1", path = "../xlib" }