forked from mirrors/gstreamer-rs
2682 lines
58 KiB
TOML
2682 lines
58 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94a45b455c14666b85fc40a019e8ab9eb75e3a124e05494f5397122bc9eb06e0"
|
|
|
|
[[package]]
|
|
name = "array-init"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6945cc5422176fc5e602e590c2878d2c2acd9a4fe20a4baa7c28022521698ec6"
|
|
|
|
[[package]]
|
|
name = "atk"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"atk-sys",
|
|
"bitflags",
|
|
"glib",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atk-sys"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
|
|
|
[[package]]
|
|
name = "byte-slice-cast"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d30c751592b77c499e7bce34d99d67c2c11bdc0574e9a488ddade14150a4698"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "cairo-rs"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cairo-sys-rs",
|
|
"glib",
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cairo-sys-rs"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "calloop"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf2eec61efe56aa1e813f5126959296933cf0700030e4314786c48779a66ab82"
|
|
dependencies = [
|
|
"log",
|
|
"nix",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.72"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
|
|
|
[[package]]
|
|
name = "cfg-expr"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edae0b9625d1fce32f7d64b71784d9b1bf8469ec1a9c417e44aaf16a9cbd7571"
|
|
dependencies = [
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "cgl"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"core-foundation 0.9.2",
|
|
"core-graphics 0.22.3",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa-foundation"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"core-foundation 0.9.2",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
dependencies = [
|
|
"core-foundation-sys 0.7.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
|
|
dependencies = [
|
|
"core-foundation-sys 0.8.3",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.19.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.7.0",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.22.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.2",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics-types"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.2",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-video-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"core-foundation-sys 0.7.0",
|
|
"core-graphics 0.19.2",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cty"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"strsim",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deflate"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
dependencies = [
|
|
"adler32",
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
dependencies = [
|
|
"convert_case",
|
|
"proc-macro2",
|
|
"quote",
|
|
"rustc_version 0.4.0",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dispatch"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
[[package]]
|
|
name = "dlib"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
dependencies = [
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
[[package]]
|
|
name = "examples"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byte-slice-cast",
|
|
"cairo-rs",
|
|
"cocoa",
|
|
"derive_more",
|
|
"futures",
|
|
"gdk",
|
|
"gio",
|
|
"gl_generator",
|
|
"glib",
|
|
"glutin",
|
|
"gstreamer",
|
|
"gstreamer-app",
|
|
"gstreamer-audio",
|
|
"gstreamer-base",
|
|
"gstreamer-editing-services",
|
|
"gstreamer-gl",
|
|
"gstreamer-gl-egl",
|
|
"gstreamer-gl-wayland",
|
|
"gstreamer-gl-x11",
|
|
"gstreamer-pbutils",
|
|
"gstreamer-player",
|
|
"gstreamer-rtsp",
|
|
"gstreamer-rtsp-server",
|
|
"gstreamer-sdp",
|
|
"gstreamer-video",
|
|
"gtk",
|
|
"image",
|
|
"once_cell",
|
|
"pango",
|
|
"pangocairo",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "field-offset"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
|
dependencies = [
|
|
"memoffset",
|
|
"rustc_version 0.3.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite",
|
|
"pin-utils",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cairo-rs",
|
|
"gdk-pixbuf",
|
|
"gdk-sys",
|
|
"gio",
|
|
"glib",
|
|
"libc",
|
|
"pango",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk-pixbuf"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gdk-pixbuf-sys",
|
|
"gio",
|
|
"glib",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk-pixbuf-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk-sys"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"cairo-sys-rs",
|
|
"gdk-pixbuf-sys",
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"pango-sys",
|
|
"pkg-config",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
|
|
dependencies = [
|
|
"color_quant",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gio"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"gio-sys",
|
|
"glib",
|
|
"libc",
|
|
"once_cell",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gio-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"system-deps",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gir-format-check"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a5da913a8586ce748f1164c890e1ebe75a7bbc472668f57b7f9fb893d7ac416"
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
|
|
dependencies = [
|
|
"khronos_api",
|
|
"log",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-task",
|
|
"glib-macros",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"log",
|
|
"once_cell",
|
|
"smallvec",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-macros"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"anyhow",
|
|
"heck",
|
|
"proc-macro-crate",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin"
|
|
version = "0.28.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00ea9dbe544bc8a657c4c4a798c2d16cd01b549820e47657297549d28371f6d2"
|
|
dependencies = [
|
|
"android_glue",
|
|
"cgl",
|
|
"cocoa",
|
|
"core-foundation 0.9.2",
|
|
"glutin_egl_sys",
|
|
"glutin_emscripten_sys",
|
|
"glutin_gles2_sys",
|
|
"glutin_glx_sys",
|
|
"glutin_wgl_sys",
|
|
"lazy_static",
|
|
"libloading",
|
|
"log",
|
|
"objc",
|
|
"osmesa-sys",
|
|
"parking_lot",
|
|
"wayland-client",
|
|
"wayland-egl",
|
|
"winapi",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_egl_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_emscripten_sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
|
|
|
|
[[package]]
|
|
name = "glutin_gles2_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_glx_sys"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"x11-dl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_wgl_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
|
|
dependencies = [
|
|
"gl_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gobject-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-util",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"muldiv",
|
|
"num-integer",
|
|
"num-rational 0.4.0",
|
|
"once_cell",
|
|
"option-operations",
|
|
"paste",
|
|
"pretty-hex",
|
|
"ron",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_json",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-app"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-app-sys",
|
|
"gstreamer-base",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-app-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-audio"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"array-init",
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-audio-sys",
|
|
"gstreamer-base",
|
|
"itertools",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-audio-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-base"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-base-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-base-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-check"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-check-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-check-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-controller"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-controller-sys",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-controller-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"pkg-config",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-editing-services"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gio",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-base",
|
|
"gstreamer-editing-services-sys",
|
|
"gstreamer-pbutils",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-editing-services-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-pbutils-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"byteorder",
|
|
"cfg-if 1.0.0",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-base",
|
|
"gstreamer-gl-sys",
|
|
"gstreamer-video",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-egl"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-gl",
|
|
"gstreamer-gl-egl-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-egl-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-gl-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"gstreamer-video-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-wayland"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-gl",
|
|
"gstreamer-gl-wayland-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-wayland-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-gl-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-x11"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-gl",
|
|
"gstreamer-gl-x11-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-gl-x11-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-gl-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-mpegts-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-net"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gio",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-net-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-net-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-pbutils"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-pbutils-sys",
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-pbutils-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-audio-sys",
|
|
"gstreamer-sys",
|
|
"gstreamer-video-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-player"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-player-sys",
|
|
"gstreamer-video",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-player-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sys",
|
|
"gstreamer-video-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtp"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-rtp-sys",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtp-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtsp"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-rtsp-sys",
|
|
"gstreamer-sdp",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtsp-server"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"gio",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-net",
|
|
"gstreamer-rtsp",
|
|
"gstreamer-rtsp-server-sys",
|
|
"gstreamer-sdp",
|
|
"libc",
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtsp-server-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-net-sys",
|
|
"gstreamer-rtsp-sys",
|
|
"gstreamer-sdp-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-rtsp-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sdp-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-sdp"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-sdp-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-sdp-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-tag-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-video"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"futures-channel",
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-base",
|
|
"gstreamer-video-sys",
|
|
"itertools",
|
|
"libc",
|
|
"once_cell",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-video-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"gstreamer-base-sys",
|
|
"gstreamer-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-webrtc"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"gir-format-check",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-sdp",
|
|
"gstreamer-webrtc-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gstreamer-webrtc-sys"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gstreamer-sdp-sys",
|
|
"libc",
|
|
"shell-words",
|
|
"system-deps",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gtk"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"atk",
|
|
"bitflags",
|
|
"cairo-rs",
|
|
"field-offset",
|
|
"futures-channel",
|
|
"gdk",
|
|
"gdk-pixbuf",
|
|
"gio",
|
|
"glib",
|
|
"gtk-sys",
|
|
"gtk3-macros",
|
|
"libc",
|
|
"once_cell",
|
|
"pango",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gtk-sys"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"atk-sys",
|
|
"cairo-sys-rs",
|
|
"gdk-pixbuf-sys",
|
|
"gdk-sys",
|
|
"gio-sys",
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"pango-sys",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gtk3-macros"
|
|
version = "0.15.3"
|
|
source = "git+https://github.com/gtk-rs/gtk3-rs?branch=0.15#ae1455d9c2ed6209dc16df4021c604fa136308ae"
|
|
dependencies = [
|
|
"anyhow",
|
|
"proc-macro-crate",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.23.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"color_quant",
|
|
"gif",
|
|
"jpeg-decoder",
|
|
"num-iter",
|
|
"num-rational 0.3.2",
|
|
"num-traits",
|
|
"png",
|
|
"scoped_threadpool",
|
|
"tiff",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
|
|
dependencies = [
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos_api"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.116"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "565dbd88872dbe4cc8a46e527f26483c1d1f7afa6b884a3bd6cd893d4f98da74"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b6c2ebff6180198788f5db08d7ce3bc1d0b617176678831a7510825973e357"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
dependencies = [
|
|
"adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
|
dependencies = [
|
|
"adler",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"ntapi",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "muldiv"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5136edda114182728ccdedb9f5eda882781f35fa6e80cc360af12a8932507f3"
|
|
|
|
[[package]]
|
|
name = "ndk"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96d868f654c72e75f8687572699cdabe755f03effbb62542768e995d5b8d699d"
|
|
dependencies = [
|
|
"bitflags",
|
|
"jni-sys",
|
|
"ndk-sys",
|
|
"num_enum",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-glue"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc291b8de2095cba8dab7cf381bf582ff4c17a09acf854c32e46545b08085d28"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"ndk",
|
|
"ndk-macro",
|
|
"ndk-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-macro"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.22.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"memoffset",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b1d11e1ef389c76fe5b81bcaf2ea32cf88b62bc494e19f493d0b30e7a930109"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad"
|
|
dependencies = [
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "numtoa"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
dependencies = [
|
|
"malloc_buf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
|
|
|
[[package]]
|
|
name = "option-operations"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95d6113415f41b268f1195907427519769e40ee6f28cbb053795098a2c16f447"
|
|
dependencies = [
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "osmesa-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
|
dependencies = [
|
|
"shared_library",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pango"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"glib",
|
|
"libc",
|
|
"once_cell",
|
|
"pango-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pango-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"glib-sys",
|
|
"gobject-sys",
|
|
"libc",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pangocairo"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cairo-rs",
|
|
"glib",
|
|
"libc",
|
|
"pango",
|
|
"pangocairo-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pangocairo-sys"
|
|
version = "0.15.4"
|
|
source = "git+https://github.com/gtk-rs/gtk-rs-core?branch=0.15#ec496cbbc55cd0969b76787526c9d02febfca72f"
|
|
dependencies = [
|
|
"cairo-sys-rs",
|
|
"glib-sys",
|
|
"libc",
|
|
"pango-sys",
|
|
"system-deps",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0744126afe1a6dd7f394cb50a716dbe086cb06e255e53d8d0185d82828358fb5"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
dependencies = [
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.16.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crc32fast",
|
|
"deflate",
|
|
"miniz_oxide 0.3.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pretty-hex"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
|
dependencies = [
|
|
"thiserror",
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raw-window-handle"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
|
|
dependencies = [
|
|
"cty",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_termios"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
dependencies = [
|
|
"redox_syscall",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ron"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
|
|
dependencies = [
|
|
"base64",
|
|
"bitflags",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver 1.0.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
[[package]]
|
|
name = "scoped_threadpool"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
dependencies = [
|
|
"pest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.136"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.136"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.78"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell-words"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
[[package]]
|
|
name = "smithay-client-toolkit"
|
|
version = "0.15.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1325f292209cee78d5035530932422a30aa4c8fda1a16593ac083c1de211e68a"
|
|
dependencies = [
|
|
"bitflags",
|
|
"calloop",
|
|
"dlib",
|
|
"lazy_static",
|
|
"log",
|
|
"memmap2",
|
|
"nix",
|
|
"pkg-config",
|
|
"wayland-client",
|
|
"wayland-cursor",
|
|
"wayland-protocols",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.86"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-deps"
|
|
version = "6.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad3a97fdef3daf935d929b3e97e5a6a680cd4622e40c2941ca0875d6566416f8"
|
|
dependencies = [
|
|
"cfg-expr",
|
|
"heck",
|
|
"pkg-config",
|
|
"toml",
|
|
"version-compare",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"fastrand",
|
|
"libc",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termion"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
dependencies = [
|
|
"libc",
|
|
"numtoa",
|
|
"redox_syscall",
|
|
"redox_termios",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiff"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
|
|
dependencies = [
|
|
"jpeg-decoder",
|
|
"miniz_oxide 0.4.4",
|
|
"weezl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tutorials"
|
|
version = "0.18.3"
|
|
dependencies = [
|
|
"anyhow",
|
|
"byte-slice-cast",
|
|
"cocoa",
|
|
"gdk",
|
|
"glib",
|
|
"gstreamer",
|
|
"gstreamer-app",
|
|
"gstreamer-audio",
|
|
"gstreamer-pbutils",
|
|
"gstreamer-video",
|
|
"gtk",
|
|
"termion",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
|
|
[[package]]
|
|
name = "version-compare"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
|
dependencies = [
|
|
"quote",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.79"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"downcast-rs",
|
|
"libc",
|
|
"nix",
|
|
"scoped-tls",
|
|
"wayland-commons",
|
|
"wayland-scanner",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-commons"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
|
|
dependencies = [
|
|
"nix",
|
|
"once_cell",
|
|
"smallvec",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-cursor"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
|
|
dependencies = [
|
|
"nix",
|
|
"wayland-client",
|
|
"xcursor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-egl"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83281d69ee162b59031c666385e93bde4039ec553b90c4191cdb128ceea29a3a"
|
|
dependencies = [
|
|
"wayland-client",
|
|
"wayland-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
|
|
dependencies = [
|
|
"bitflags",
|
|
"wayland-client",
|
|
"wayland-commons",
|
|
"wayland-scanner",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.29.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
|
|
dependencies = [
|
|
"dlib",
|
|
"lazy_static",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "weezl"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8b77fdfd5a253be4ab714e4ffa3c49caf146b4de743e97510c0656cf90f1e8e"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "winit"
|
|
version = "0.26.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b43cc931d58b99461188607efd7acb2a093e65fc621f54cad78517a6063e73a"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cocoa",
|
|
"core-foundation 0.9.2",
|
|
"core-graphics 0.22.3",
|
|
"core-video-sys",
|
|
"dispatch",
|
|
"instant",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"mio",
|
|
"ndk",
|
|
"ndk-glue",
|
|
"ndk-sys",
|
|
"objc",
|
|
"parking_lot",
|
|
"percent-encoding",
|
|
"raw-window-handle",
|
|
"smithay-client-toolkit",
|
|
"wasm-bindgen",
|
|
"wayland-client",
|
|
"wayland-protocols",
|
|
"web-sys",
|
|
"winapi",
|
|
"x11-dl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-dl"
|
|
version = "2.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea26926b4ce81a6f5d9d0f3a0bc401e5a37c6ae14a1bfaa8ff6099ca80038c59"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcursor"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.8.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|