[package] name = "x-media" description = "Media framework for X" homepage = "https://github.com/libark/x" repository = "https://github.com/libark/x" documentation = "https://docs.rs/x-media" version = "0.1.3" authors = ["Zhou Wei "] license = "MIT OR Apache-2.0" categories = ["multimedia"] keywords = ["audio", "media", "video"] edition = "2021" [dependencies] bitflags = "2.6" cfg-if = "1.0" num_enum = "0.7" os-ver = "0.2" thiserror = "1.0" smallvec = "1.13" x-base = { version = "0.1", path = "../base" } x-variant = { version = "0.1", path = "../libs/variant" } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] core-audio-types = "0.1" core-foundation = "0.10" core-media = "0.5" core-video = { version = "0.4", default-features = false, features = ["link"] }