[package] name = "saxaboom-runtime" version = "0.2.0-beta.1+irconverter-2.0.4" authors = ["Traverse Research "] edition = "2021" license = "Apache-2.0" homepage = "https://traverseresearch.nl" repository = "https://github.com/Traverse-Research/saxaboom" description = "Runtime definitions for Metal Shader Converter" categories = ["api-bindings", "external-ffi-bindings", "graphics"] keywords = ["metal", "shader", "metal_irconverter", "apple", "macos"] [package.metadata.docs.rs] targets = [ "aarch64-apple-darwin", # presented first in docs.rs, keep this here "aarch64-apple-ios", "aarch64-apple-ios-sim", "x86_64-apple-darwin", "x86_64-apple-ios", ] [dependencies] metal = { version = "0.29", default-features = false }