gobject-subclass 0.2.1

Infrastructure for GObject subclassing in Rust
Documentation
[dependencies.glib]
version = "0.6"

[dependencies.glib-sys]
version = "0.7"

[dependencies.gobject-sys]
version = "0.7"

[dependencies.libc]
version = "0.2"

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

[package]
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["api-bindings"]
description = "Infrastructure for GObject subclassing in Rust"
keywords = ["gnome"]
license = "MIT/Apache-2.0"
name = "gobject-subclass"
readme = "README.md"
repository = "https://github.com/gtk-rs/gobject-subclass"
version = "0.2.1"