mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
22 lines
308 B
TOML
22 lines
308 B
TOML
[package]
|
|
name = "media"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "src/media.rs"
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
block = "0.1"
|
|
bytes = "1.2"
|
|
core-foundation = "0.9.3"
|
|
foreign-types = "0.3"
|
|
metal = "0.21.0"
|
|
objc = "0.2"
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.65.1"
|