gdritter repos knurling / c39bc78
Rename package and fix version numbers Getty Ritter 5 years ago
2 changed file(s) with 78 addition(s) and 78 deletion(s). Collapse all Expand all
6262 ]
6363
6464 [[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"
13566 version = "0.1.0"
13667 dependencies = [
13768 "cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
14273 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
14374 "x11 2.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
14475 ]
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"
145145
146146 [[package]]
147147 name = "redox_syscall"
11 [package]
2 name = "rbar"
2 name = "knurling"
33 version = "0.1.0"
44 authors = ["Getty Ritter <samothes@infinitenegativeutility.com>"]
55 edition = "2018"
66
77 [dependencies]
8 cairo-rs = "*"
9 pango = "*"
10 pangocairo = "*"
11 time = "*"
12 libc = "*"
8 cairo-rs = "0.6"
9 pango = "0.6"
10 pangocairo = "0.7"
11 time = "0.1"
12 libc = "0.2"
1313
1414 [dependencies.cairo-sys-rs]
15 version = "*"
15 version = "0.8"
1616 features = ["xlib"]
1717
1818 [dependencies.x11]
19 version = "*"
19 version = "2.18"
2020 features = ["xlib", "xinput"]