Skip to content

Commit 29367b3

Browse files
committed
Add imago crate
Adds the imago crate which is necessary to allow support for multiple disk image formats. Signed-off-by: Jake Correnti <[email protected]>
1 parent 0f1a631 commit 29367b3

File tree

2 files changed

+134
-0
lines changed

2 files changed

+134
-0
lines changed

Cargo.lock

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/devices/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ utils = { path = "../utils" }
3434
polly = { path = "../polly" }
3535
rutabaga_gfx = { path = "../rutabaga_gfx", features = ["virgl_renderer", "virgl_renderer_next"], optional = true }
3636

37+
imago = { version = "0.1.0", features = ["sync-wrappers", "vm-memory"] }
38+
3739
[target.'cfg(target_os = "macos")'.dependencies]
3840
hvf = { path = "../hvf" }
3941
lru = ">=0.9"

0 commit comments

Comments
 (0)