|
root / base / xcb-util-image / package.toml
package.toml TOML 25 lines 693 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# xcb-util-image - port of Xlib's XImage and XShmImage functions to XCB
# https://xcb.freedesktop.org/

[package]
name = "xcb-util-image"
version = "0.4.1"
release = 1
description = "XCB port of Xlib's XImage and XShmImage functions"
url = "https://xcb.freedesktop.org/"
license = "MIT"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["libxcb", "xcb-util"]
build = ["libxcb", "xcb-util", "xorgproto"]

[[source]]
file = "xcb-util-image-0.4.1.tar.xz"
urls = ["https://xorg.freedesktop.org/releases/individual/xcb/xcb-util-image-0.4.1.tar.xz"]
checksum = "ccad8ee5dadb1271fd4727ad14d9bd77a64e505608766c4e98267d9aede40d3d"

[build]
parallel = true