halide-runtime 0.4.0

Bindings to the Halide runtime
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "halide-runtime"
version = "0.4.0"
authors = ["Zach Shipko <zachshipko@gmail.com>"]
edition = "2018"
license = "ISC"
repository = "https://github.com/zshipko/halide-runtime"
documentation = "https://docs.rs/halide-runtime"
readme = "README.md"
description = "Bindings to the Halide runtime"

[dependencies]
dlopen = "0.1.8"
dlopen_derive = "0.1.4"

[features]
gpu = []