Skip to content

Commit

Permalink
Crate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekkio committed Aug 20, 2015
1 parent 8bf34e8 commit 7e93775
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
[package]
name = "imgui-rs"
name = "imgui"
version = "0.0.1"
authors = ["Joonas Javanainen <[email protected]>"]
description = "Experimental bindings to ocornut/imgui"
readme = "README.markdown"
homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs"
license = "MIT"
build = "build.rs"

[lib]
name = "imgui"

[features]
default = ["glium"]

Expand Down

0 comments on commit 7e93775

Please sign in to comment.