Skip to content

Commit d8c595d

Browse files
committed
Remove vendor-ed imago crate
Remove the vendor-ed `imago` crate. Now that `imago` is packaged in Fedora, we can just add the depency through Cargo. Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
1 parent 8e62bf5 commit d8c595d

37 files changed

+4
-9539
lines changed

Cargo.lock

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/devices/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ arch = { path = "../arch" }
3333
utils = { path = "../utils" }
3434
polly = { path = "../polly" }
3535
rutabaga_gfx = { path = "../rutabaga_gfx", features = ["virgl_renderer", "virgl_renderer_next"], optional = true }
36-
37-
imago = { path = "../imago", features = ["sync-wrappers", "vm-memory"] }
36+
imago = { version = "0.1.3", features = ["sync-wrappers", "vm-memory"] }
3837

3938
[target.'cfg(target_os = "macos")'.dependencies]
4039
hvf = { path = "../hvf" }

src/imago/.cargo_vcs_info.json

-6
This file was deleted.

src/imago/.gitignore

-1
This file was deleted.

src/imago/Cargo.toml

-71
This file was deleted.

src/imago/LICENSE

-19
This file was deleted.

src/imago/README.md

-76
This file was deleted.

src/imago/build.rs

-9
This file was deleted.

src/imago/rustfmt.toml

-3
This file was deleted.

src/imago/src/annotated.rs

-172
This file was deleted.

0 commit comments

Comments
 (0)