blob: a73128b6113682f2a53ac6146ede3d2e3943ccb6 [file] [log] [blame]
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_RUST_REMOVE_DEV_DEPS=1
inherit cros-rust
DESCRIPTION='Common types and structures used by wayland-client and wayland-server.'
HOMEPAGE='https://crates.io/crates/wayland-commons'
SRC_URI="https://crates.io/api/v1/crates/${PN}/${PV}/download -> ${P}.crate"
LICENSE="MIT"
SLOT="${PV}/${PR}"
KEYWORDS="*"
DEPEND="
=dev-rust/nix-0.23*:=
>=dev-rust/once_cell-1.1.0 <dev-rust/once_cell-2.0.0_alpha:=
=dev-rust/smallvec-1*:=
=dev-rust/wayland-sys-0.29*:=
"
RDEPEND="${DEPEND}"
# This file was automatically generated by cargo2ebuild.py