forked from michael/leanshot
11 lines
296 B
TOML
11 lines
296 B
TOML
[package]
|
|
name = "imlib2"
|
|
version = "0.1.0"
|
|
description = "imlib2 bindings"
|
|
license-file = "../LICENSE"
|
|
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
|
|
|
[dependencies]
|
|
failure = "0.1"
|
|
imlib2-sys = { version = "0.1", path = "imlib2-sys" }
|
|
leanshot_xlib = { version = "0.1", path = "../xlib" }
|