Skip to content

Commit 164d096

Browse files
committed
experiment: migrate to c2rust-translated -sys libraries
1 parent ea77b4f commit 164d096

49 files changed

Lines changed: 410555 additions & 1521 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ edition = "2024"
1010
rust-version = "1.87.0"
1111

1212
[workspace.dependencies]
13-
aotuv_lancer_vorbis_sys = { path = "packages/aotuv_lancer_vorbis_sys", version = "0.1.5" }
13+
vorbis_c2rust_sys = { path = "packages/vorbis_c2rust_sys" }
1414
bindgen = "0.72.1"
1515
cc = "1.2.55"
1616
errno = { version = "0.3.14", default-features = false }
1717
getrandom = { version = "0.4.1", features = ["std"] }
18-
ogg_next_sys = { path = "packages/ogg_next_sys", version = "0.1.4" }
18+
ogg_c2rust_sys = { path = "packages/ogg_c2rust_sys" }
1919
thiserror = "2.0.18"
2020
tinyvec = { version = "1.10.0", default-features = false, features = [
2121
"alloc",
@@ -30,4 +30,3 @@ pedantic = "warn"
3030
# Add debug symbols on release mode to allow debugging upstream code.
3131
# This does not affect library users
3232
debug = true
33-

packages/aotuv_lancer_vorbis_sys/Cargo.toml

Lines changed: 0 additions & 53 deletions
This file was deleted.

packages/aotuv_lancer_vorbis_sys/build.rs

Lines changed: 0 additions & 113 deletions
This file was deleted.

packages/aotuv_lancer_vorbis_sys/ogg_vendor

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)