diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -127,6 +127,12 @@ dependencies = [ | |||
127 | ] | 127 | ] |
128 | 128 | ||
129 | [[package]] | 129 | [[package]] |
130 | name = "pico-args" | ||
131 | version = "0.4.0" | ||
132 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
133 | checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6" | ||
134 | |||
135 | [[package]] | ||
130 | name = "radium" | 136 | name = "radium" |
131 | version = "0.6.2" | 137 | version = "0.6.2" |
132 | source = "registry+https://github.com/rust-lang/crates.io-index" | 138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -156,6 +162,7 @@ dependencies = [ | |||
156 | "env_logger", | 162 | "env_logger", |
157 | "log", | 163 | "log", |
158 | "obi", | 164 | "obi", |
165 | "pico-args", | ||
159 | "sdl2", | 166 | "sdl2", |
160 | ] | 167 | ] |
161 | 168 | ||