Skip to content

Commit aaaabd2

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 aaaabd2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[package]
1313
name = "rutabaga_gfx"
14-
version = "0.1.76"
14+
version = "0.1.76-libkrun.0"
1515
authors = ["Magma GPU project"]
1616
edition = "2021"
1717
description = "Cross-platform, open-source, Rust-based graphics paravirtualization"
@@ -35,7 +35,7 @@ serde_json = "1"
3535
thiserror = "1.0.23"
3636
serde = { version = "1.0", features = ["derive"] }
3737
zerocopy = { version = "0.8.13", features = ["derive"] }
38-
mesa3d_util = { path = "third_party/mesa3d/src/util/rust/", version = "0.1.76" }
38+
mesa3d_util = { path = "third_party/mesa3d/src/util/rust/", version = "0.1.76-libkrun.0" }
3939

4040
# To build latest Vulkano, change version to git = "https://github.com/vulkano-rs/vulkano.git"
4141
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)