Skip to content

Commit cd94b22

Browse files
committed
refactor: Remove unsafe portions by switching to sdl3-rs (from sdl3-sys)
1 parent 2ee89c1 commit cd94b22

2 files changed

Lines changed: 136 additions & 173 deletions

File tree

client_sdl3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ lazy_static = "1.5"
88
anyhow = "1"
99
gamestreaming_webrtc = { path = "../gamestreaming_webrtc" }
1010
tokio = { version = "1", features = ["full"] }
11-
sdl3-sys = "0.5.4"
1211
ffmpeg-next = { version = "7.1.0" }
1312
bytes = "1.10.1"
1413
log = "0.4.27"
1514
simple_logger = "5.0.0"
15+
sdl3 = "0.14.36"

0 commit comments

Comments
 (0)