mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 23:18:28 +00:00
Fix license info in secondary crate Cargo.toml files
This commit is contained in:
parent
b807b8755e
commit
97edc5e979
@ -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 }
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user