Skip to content

Commit

Permalink
More impls #4
Browse files Browse the repository at this point in the history
  • Loading branch information
snuk182 committed Sep 24, 2016
1 parent 41c5f2f commit 9b57b12
Show file tree
Hide file tree
Showing 4 changed files with 2,885 additions and 2,542 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -5,3 +5,5 @@
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
Cargo.lock
.project
/.settings/
14 changes: 9 additions & 5 deletions Cargo.toml
@@ -1,12 +1,13 @@
[package]
name = "nuklear-rust"
version = "0.1.0"
authors = ["plyhuns"]

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

[lib]
name = "nuklear_rust"
Expand All @@ -16,6 +17,9 @@ path = "src/lib.rs"
libc = "*"
log = "*"

[features]
default = []

[dependencies.nuklear-sys]
path = "nuklear-sys"

Expand Down
1 change: 1 addition & 0 deletions rustfmt.toml
@@ -0,0 +1 @@
max_width = 300

0 comments on commit 9b57b12

Please sign in to comment.