diff --git a/imgui-glium-renderer/Cargo.toml b/imgui-glium-renderer/Cargo.toml index d9f4dba..0f4bcc2 100644 --- a/imgui-glium-renderer/Cargo.toml +++ b/imgui-glium-renderer/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Joonas Javanainen "] 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 } diff --git a/imgui-sys/Cargo.toml b/imgui-sys/Cargo.toml index 3834188..996669a 100644 --- a/imgui-sys/Cargo.toml +++ b/imgui-sys/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Joonas Javanainen "] 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]