nuklear-rust 0.6.0

Rust wrapper for Nuklear 2D GUI library (github.com/vurtun/nuklear)
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "nuklear-rust"
version = "0.6.0"
authors = ["Serhii Plyhun <snuk188@gmail.com>"]
description = "Rust wrapper for Nuklear 2D GUI library (github.com/vurtun/nuklear)"
homepage = "https://github.com/snuk182/nuklear-rust"
readme = "README.md"
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/snuk182/nuklear-rust.git"

[lib]
name = "nuklear"
path = "src/lib.rs"
[dependencies.log]
version = "~0.3"

[dependencies.nuklear-sys]
version = "~4.0"

[features]
default = []
rust_allocator = []