halide-build 0.3.3

A library/utility for building Halide kernels
Documentation
[package]
name = "halide-build"
version = "0.3.3"
authors = ["Zach Shipko <zachshipko@gmail.com>"]
edition = "2018"
license = "ISC"
repository = "https://github.com/zshipko/halide-build"
documentation = "https://docs.rs/halide-build"
readme = "README.md"
description = "A library/utility for building Halide kernels"

[package.metadata.docs.rs]
all-features = true

[[bin]]
name = "halide"
required-features = ["bin"]

[dependencies]
clap = {version = "2", optional = true}

[features]
default = []
bin = ["clap"]