62 | 62 |
]
|
63 | 63 |
|
64 | 64 |
[[package]]
|
65 | |
name = "lazy_static"
|
66 | |
version = "1.3.0"
|
67 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
68 | |
|
69 | |
[[package]]
|
70 | |
name = "libc"
|
71 | |
version = "0.2.50"
|
72 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
73 | |
|
74 | |
[[package]]
|
75 | |
name = "pango"
|
76 | |
version = "0.6.0"
|
77 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
78 | |
dependencies = [
|
79 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
80 | |
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
81 | |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
82 | |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
83 | |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
84 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
85 | |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
86 | |
]
|
87 | |
|
88 | |
[[package]]
|
89 | |
name = "pango-sys"
|
90 | |
version = "0.8.0"
|
91 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
92 | |
dependencies = [
|
93 | |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
94 | |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
95 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
96 | |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
97 | |
]
|
98 | |
|
99 | |
[[package]]
|
100 | |
name = "pangocairo"
|
101 | |
version = "0.7.0"
|
102 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
103 | |
dependencies = [
|
104 | |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
105 | |
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
106 | |
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
107 | |
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
108 | |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
109 | |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
110 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
111 | |
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
112 | |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
113 | |
"pangocairo-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
114 | |
]
|
115 | |
|
116 | |
[[package]]
|
117 | |
name = "pangocairo-sys"
|
118 | |
version = "0.9.0"
|
119 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
120 | |
dependencies = [
|
121 | |
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
122 | |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
123 | |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
124 | |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
125 | |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
126 | |
]
|
127 | |
|
128 | |
[[package]]
|
129 | |
name = "pkg-config"
|
130 | |
version = "0.3.14"
|
131 | |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
132 | |
|
133 | |
[[package]]
|
134 | |
name = "rbar"
|
| 65 |
name = "knurling"
|
135 | 66 |
version = "0.1.0"
|
136 | 67 |
dependencies = [
|
137 | 68 |
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
142 | 73 |
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
143 | 74 |
"x11 2.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
144 | 75 |
]
|
| 76 |
|
| 77 |
[[package]]
|
| 78 |
name = "lazy_static"
|
| 79 |
version = "1.3.0"
|
| 80 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 81 |
|
| 82 |
[[package]]
|
| 83 |
name = "libc"
|
| 84 |
version = "0.2.50"
|
| 85 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 86 |
|
| 87 |
[[package]]
|
| 88 |
name = "pango"
|
| 89 |
version = "0.6.0"
|
| 90 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 91 |
dependencies = [
|
| 92 |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 93 |
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 94 |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 95 |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 96 |
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 97 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 98 |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 99 |
]
|
| 100 |
|
| 101 |
[[package]]
|
| 102 |
name = "pango-sys"
|
| 103 |
version = "0.8.0"
|
| 104 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 105 |
dependencies = [
|
| 106 |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 107 |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 108 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 109 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 110 |
]
|
| 111 |
|
| 112 |
[[package]]
|
| 113 |
name = "pangocairo"
|
| 114 |
version = "0.7.0"
|
| 115 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 116 |
dependencies = [
|
| 117 |
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 118 |
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 119 |
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 120 |
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 121 |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 122 |
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 123 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 124 |
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 125 |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 126 |
"pangocairo-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 127 |
]
|
| 128 |
|
| 129 |
[[package]]
|
| 130 |
name = "pangocairo-sys"
|
| 131 |
version = "0.9.0"
|
| 132 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 133 |
dependencies = [
|
| 134 |
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 135 |
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 136 |
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 137 |
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 138 |
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
| 139 |
]
|
| 140 |
|
| 141 |
[[package]]
|
| 142 |
name = "pkg-config"
|
| 143 |
version = "0.3.14"
|
| 144 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
145 | 145 |
|
146 | 146 |
[[package]]
|
147 | 147 |
name = "redox_syscall"
|