X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihed-cros-libva%2FCargo.toml;h=c265e880fc17126387d28b0934985e9f4a31db95;hb=49bf1d79384ecf1b28822101233719fb1c1b29b1;hp=c23f83e69330888417ef2d51373773fd1dad47b1;hpb=683627242f69bed0b818d976d4b03d651e529697;p=nihav-player.git diff --git a/nihed-cros-libva/Cargo.toml b/nihed-cros-libva/Cargo.toml index c23f83e..c265e88 100644 --- a/nihed-cros-libva/Cargo.toml +++ b/nihed-cros-libva/Cargo.toml @@ -1,17 +1,11 @@ [package] -name = "cros-libva" -version = "0.0.3" +name = "nihed-cros-libva" +version = "0.0.4" license = "BSD-3-Clause" description = "Safe bindings over libva" -repository = "https://github.com/chromeos/cros-libva" -authors = ["The Chromium OS Authors"] +authors = ["The Chromium OS Authors", "random nobody"] edition = "2021" -[dependencies] -anyhow = "1" -bitflags = "1.3" -log = { version = "0", features = ["release_max_level_debug"] } - [build-dependencies] pkg-config = "0.3.26"