libfunnel 0.1.0

Easy app-to-app frame sharing using PipeWire
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "libfunnel"
version = "0.1.0"
build = "build.rs"
links = "libfunnel"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy app-to-app frame sharing using PipeWire"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jakobhellermann/libfunnel-rs"

[lib]
name = "libfunnel"
path = "src/lib.rs"

[[example]]
name = "vk_ash"
path = "examples/vk_ash.rs"

[dependencies]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.ash]
version = "0.38"
features = [
    "libloading",
    "loaded",
    "std",
]
default-features = false

[dev-dependencies.wayland-backend]
version = "0.3"
features = ["client_system"]

[dev-dependencies.wayland-client]
version = "0.31"

[dev-dependencies.wayland-protocols]
version = "0.32"
features = [
    "client",
    "unstable",
]

[build-dependencies]