Skip to content

Commit 90769c2

Browse files
committed
cargo: bump deps and build SDL3 with pkgconf
1 parent 5cb435a commit 90769c2

2 files changed

Lines changed: 58 additions & 38 deletions

File tree

Cargo.lock

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

glvs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository.workspace = true
77

88
[dependencies]
99
anyhow = "1.0.98"
10-
sdl3 = "0.14.25"
10+
sdl3 = { version = "0.17.3", features = ["use-pkg-config"] }
1111
glvs-core = { path = "../glvs-core" }
1212

1313
[lints]

0 commit comments

Comments
 (0)