Fix license info in secondary crate Cargo.toml files

This commit is contained in:
Joonas Javanainen 2017-03-31 18:40:23 +03:00
parent b807b8755e
commit 97edc5e979
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
description = "Glium renderer for imgui-rs"
homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs"
license = "MIT"
license = "MIT OR Apache-2.0"
[dependencies]
glium = { version = "0.16", default-features = false }

View File

@ -5,7 +5,7 @@ authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>"]
description = "Raw ocornut/imgui bindings for Rust"
homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs"
license = "MIT"
license = "MIT OR Apache-2.0"
build = "build.rs"
[dependencies]