Pass CVImageBuffers into GPUI instead of IOSurfaces
This commit is contained in:
parent
0430bbf7d9
commit
531ffc01c9
8 changed files with 95 additions and 96 deletions
13
crates/media/Cargo.toml
Normal file
13
crates/media/Cargo.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "media"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
path = "src/media.rs"
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
block = "0.1"
|
||||
core-foundation = "0.9.3"
|
||||
objc = "0.2"
|
Loading…
Add table
Add a link
Reference in a new issue