Added wlroots-rs

This commit is contained in:
buffet 2019-01-07 21:29:08 +01:00
parent a0078d3181
commit 840f0e31c5
4 changed files with 8 additions and 10 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "wlroots-rs"]
path = wlroots-rs
url = https://github.com/swaywm/wlroots-rs

12
Cargo.lock generated
View file

@ -211,7 +211,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"wlroots 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "wlroots 0.2.4",
] ]
[[package]] [[package]]
@ -725,19 +725,17 @@ dependencies = [
[[package]] [[package]]
name = "wlroots" name = "wlroots"
version = "0.2.4" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"vsprintf 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "vsprintf 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"wlroots-dehandle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "wlroots-dehandle 1.0.0",
"wlroots-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "wlroots-sys 0.2.1",
"xkbcommon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "xkbcommon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "wlroots-dehandle" name = "wlroots-dehandle"
version = "1.0.0" version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)", "proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
@ -747,7 +745,6 @@ dependencies = [
[[package]] [[package]]
name = "wlroots-sys" name = "wlroots-sys"
version = "0.2.1" version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [ dependencies = [
"bindgen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)", "bindgen 0.30.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
@ -872,9 +869,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab" "checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba" "checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
"checksum wlroots 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4f710c4c389af5acad1187809b5a7adf64598e27ffbc2b4802c8c9aa977b22"
"checksum wlroots-dehandle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "701237a3b10a4d758289602ccee3dd5eca960e65c53981b797f776c7e2b615e1"
"checksum wlroots-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "734297908d6d32d3155feff64bed6503ccd925c76b68f17f88f78b428a2f02d9"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
"checksum xkbcommon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ac975d685d902d49d5ae9b52dbd217b2accb40ae17ee6e62beec95fafe8c856" "checksum xkbcommon 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ac975d685d902d49d5ae9b52dbd217b2accb40ae17ee6e62beec95fafe8c856"
"checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5" "checksum xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "541b12c998c5b56aa2b4e6f18f03664eef9a4fd0a246a55594efae6cc2d964b5"

View file

@ -9,5 +9,5 @@ env_logger = "0.6.0"
log = "0.4.0" log = "0.4.0"
[dependencies.wlroots] [dependencies.wlroots]
version = "0.2.4" path = "wlroots-rs"
features = ["static", "unstable"] features = ["static", "unstable"]

1
wlroots-rs Submodule

@ -0,0 +1 @@
Subproject commit 85e39b8b723d99ec94bdb219ca9cde56e74b2f12