gecko-dev/gfx/qcms/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 строки
422 B
TOML
Исходник Обычный вид История

[package]
name = "qcms"
authors = ["Jeff Muizelaar", "Benoit Girard", "Andrew Osmond"]
version = "0.1.0"
edition = "2018"
include = ["src/**/*", "build.rs"]
description = "lightweight color management"
documentation = "https://docs.rs/qcms"
license = "MIT"
keywords = ["color"]
categories = ["graphics"]
[features]
default = ["c_bindings"]
c_bindings = ["libc"]
[dependencies]
libc = {version = "0.2", optional = true }