libfunnel 0.1.0

Easy app-to-app frame sharing using PipeWire
Documentation
1
2
3
4
5
6
7
8
9
10
11
src/generated/libfunnel.rs: include/wrapper.h /usr/include/funnel/funnel.h /usr/include/funnel/funnel-vk.h /usr/include/funnel/funnel-egl.h /usr/include/funnel/funnel-gbm.h
	bindgen include/wrapper.h \
		--allowlist-function 'funnel_.*' \
		--allowlist-type 'funnel_.*' \
		--allowlist-var 'FUNNEL_.*' \
		--no-derive-debug \
		--no-layout-tests \
		--merge-extern-blocks \
		--rustified-enum 'funnel_.*' \
		| awk '/^pub const Vk.*_VK_/ {skip=1} skip && /;$$/ {skip=0; next} !skip' \
		| sponge src/bindings.rs