Skip to content

Commit ea35ada

Browse files
committed
rutabaga_gfx: libkrun branch: initial release commit
We would like to land: #36 But that'll break Android until the following rustix change lands: bytecodealliance/rustix#1577 and it can take a few months to get something through rustix due to limited maintainer bandwidth. Stopgap solution: cut releases and branches for libkrun until Rustix change is merged. Unlike the "chromeos" branch, the libkrun branch will eventually be merged with main.
1 parent 3c12a00 commit ea35ada

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,12 @@
11
[workspace]
22
members = [
33
".",
4-
"ffi",
5-
"kumquat/server",
64
"third_party/mesa3d/src/util/rust",
7-
"third_party/mesa3d/src/virtio/protocols",
8-
"third_party/mesa3d/src/virtio/virtgpu_kumquat",
9-
"third_party/mesa3d/src/magma",
105
]
116

127
[package]
138
name = "rutabaga_gfx"
14-
version = "0.1.76"
9+
version = "0.1.76-libkrun.0"
1510
authors = ["Magma GPU project"]
1611
edition = "2021"
1712
description = "Cross-platform, open-source, Rust-based graphics paravirtualization"
@@ -35,7 +30,7 @@ serde_json = "1"
3530
thiserror = "1.0.23"
3631
serde = { version = "1.0", features = ["derive"] }
3732
zerocopy = { version = "0.8.13", features = ["derive"] }
38-
mesa3d_util = { path = "third_party/mesa3d/src/util/rust/", version = "0.1.76" }
33+
mesa3d_util = { path = "third_party/mesa3d/src/util/rust/", version = "0.1.76-libkrun.0" }
3934

4035
# To build latest Vulkano, change version to git = "https://github.com/vulkano-rs/vulkano.git"
4136
vulkano = { version = "0.33.0", optional = true }

third_party/mesa3d/src/util/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mesa3d_util"
3-
version = "0.1.76"
3+
version = "0.1.76-libkrun.0"
44
authors = ["Mesa3D authors"]
55
edition = "2021"
66
description = "Utility crate part of Mesa3D project"

0 commit comments

Comments
 (0)