From a2e02f95daa0a100dbb745a297a72bf4feb013ed Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 9 Dec 2016 20:26:01 +0100 Subject: [PATCH] Remove glfw dep from ash --- .travis.yml | 5 +++++ Cargo.toml | 1 - examples/Cargo.lock | 16 ---------------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c956bb..9f9c0a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ language: rust +addons: + apt: + packages: + - libglfw3-dev + rust: - nightly - beta diff --git a/Cargo.toml b/Cargo.toml index 9767ff8..234b25a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,3 @@ authors = ["maik klein "] [dependencies] shared_library = "0.1.5" -glfw = "0.11.0" diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 4f7d644..a6fe93d 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -10,7 +10,6 @@ dependencies = [ name = "ash" version = "0.1.0" dependencies = [ - "glfw 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -54,20 +53,6 @@ dependencies = [ "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "glfw" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "enum_primitive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "glfw-sys 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", - "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", - "num 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "glfw-sys" version = "3.2.0" @@ -197,7 +182,6 @@ dependencies = [ "checksum cmake 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "dfcf5bcece56ef953b8ea042509e9dcbdfe97820b7e20d86beb53df30ed94978" "checksum enum_primitive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f79eff5be92a4d7d5bddf7daa7d650717ea71628634efe6ca7bcda85b2183c23" "checksum gcc 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)" = "dcb000abd6df9df4c637f75190297ebe56c1d7e66b56bbf3b4aa7aece15f61a2" -"checksum glfw 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a24b2a1988d70ae50fe2744927cc3816439d7b28ffb3e9a9bbd8acae7db68d00" "checksum glfw 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b14e68c4ccefdf293ecb65390a5761971b83fcfc54d153a5b73d438327633965" "checksum glfw-sys 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaff144079cb22d6f17009e29e87c02f5fd6c4669093ce12b0b2faa6027f0d23" "checksum lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49247ec2a285bb3dcb23cbd9c35193c025e7251bfce77c1d5da97e6362dffe7f"