Skip to content

Commit c72716c

Browse files
committed
[rust] Implement desktop recording in SM using FFmpeg
1 parent 0d84cf8 commit c72716c

File tree

9 files changed

+2065
-349
lines changed

9 files changed

+2065
-349
lines changed

rust/Cargo.Bazel.lock

Lines changed: 1544 additions & 324 deletions
Large diffs are not rendered by default.

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ apple-flat-package = "0.20.0"
3838
which = "7.0.1"
3939
fs2 = "0.4.3"
4040
fs_extra = "1.3.0"
41+
chrono = "0.4.39"
4142

4243
[dev-dependencies]
4344
assert_cmd = "2.0.16"
4445
rstest = "0.19.0"
4546
is_executable = "1.0.4"
47+
wait-timeout = "0.2.0"
48+
kill_tree = "0.2.4"
4649

4750
[profile.release]
4851
opt-level = 'z' # Optimize for size

0 commit comments

Comments
 (0)