forked from michael/leanshot
oops
This commit is contained in:
parent
e7e8cae4f1
commit
f81718f4ac
4 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
language: rust
|
language: rust
|
||||||
sudo: required
|
sudo: required
|
||||||
cache: cargo
|
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -351,7 +351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "screenshot"
|
name = "screenshot"
|
||||||
version = "0.1.0"
|
version = "0.2.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "screenshot"
|
name = "screenshot"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
||||||
build = "src/build.rs"
|
build = "src/build.rs"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("cargo:rustc-link-lib=slopy");
|
println!("cargo:rustc-link-lib=slop");
|
||||||
println!("cargo:rustc-link-search=native=/usr/lib");
|
println!("cargo:rustc-link-search=native=/usr/lib");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue