2022-08-30 20:05:33 +03:00
|
|
|
[package]
|
2022-08-31 05:34:59 +03:00
|
|
|
name = "media"
|
2022-08-30 20:05:33 +03:00
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-01-18 23:28:02 +03:00
|
|
|
publish = false
|
2024-01-23 18:56:22 +03:00
|
|
|
license = "Apache-2.0"
|
2024-01-23 19:40:30 +03:00
|
|
|
|
2024-03-05 20:01:17 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
2022-08-30 20:05:33 +03:00
|
|
|
[lib]
|
2022-08-31 05:34:59 +03:00
|
|
|
path = "src/media.rs"
|
2022-08-30 20:05:33 +03:00
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-04-25 03:41:55 +03:00
|
|
|
anyhow.workspace = true
|
2024-01-27 15:38:55 +03:00
|
|
|
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
2024-02-24 05:18:06 +03:00
|
|
|
core-foundation.workspace = true
|
2024-02-17 00:39:40 +03:00
|
|
|
foreign-types = "0.5"
|
|
|
|
metal = "0.25"
|
2024-01-31 05:41:29 +03:00
|
|
|
objc = "0.2"
|
2022-08-31 12:02:48 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
2023-06-05 06:34:22 +03:00
|
|
|
bindgen = "0.65.1"
|