Files
oak-gpui/crates/media/Cargo.toml
T
2024-02-26 11:08:57 +02:00

23 lines
358 B
TOML

[package]
name = "media"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
[lib]
path = "src/media.rs"
doctest = false
[dependencies]
anyhow.workspace = true
[target.'cfg(target_os = "macos")'.dependencies]
core-foundation.workspace = true
foreign-types = "0.5"
metal = "0.25"
objc = "0.2"
[build-dependencies]
bindgen = "0.65.1"