mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Crate metadata
This commit is contained in:
parent
8bf34e8ced
commit
7e93775fa7
10
Cargo.toml
10
Cargo.toml
@ -1,12 +1,14 @@
|
||||
[package]
|
||||
name = "imgui-rs"
|
||||
name = "imgui"
|
||||
version = "0.0.1"
|
||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
|
||||
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"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user