mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 05:00:16 +00:00
678bdddd7d
- GPUI and all dependencies: Apache 2 - Everything else: AGPL Here's a script that I've generated for it: https://gist.github.com/osiewicz/6afdd6626e517da24a2092807e6f0b6e Release Notes: - N/A --------- Co-authored-by: David <david@zed.dev>
23 lines
369 B
TOML
23 lines
369 B
TOML
[package]
|
|
name = "media"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
license-file = "../../LICENSE-APACHE"
|
|
|
|
[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"
|