[go: up one dir, main page]

gvnc 0.3.0

Rust bindings for the GVnc library
[package]
authors = ["The Gtk-rs Project Developers"]
categories = ["api-bindings"]
description = "Rust bindings for the GVnc library"
edition = "2018"
keywords = ["vnc", "gtk-rs", "gnome"]
license = "MIT"
name = "gvnc"
#repository = "https://gitlab.gnome.org/World/Rust/gtk-vnc-rs"
repository = "https://gitlab.gnome.org/malureau/gtk-vnc-rs"
version = "0.3.0"
[package.metadata.system-deps.gvnc_1_0]
name = "gvnc-1.0"
version = "1.0.0"
[package.metadata.docs.rs]
features = ["dox"]

[dependencies]
libc = "0.2"
bitflags = "1.0"
glib = "0.16"
gio = "0.16"
ffi = { package = "gvnc-sys", path = "../gvnc-sys", version = "0.3.0" }