mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Update license field following SPDX 2.1 license expression standard
This commit is contained in:
parent
0f655625b6
commit
0899b904c0
@ -5,7 +5,7 @@ edition = "2018"
|
|||||||
description = "imgui crate examples using Glium backend"
|
description = "imgui crate examples using Glium backend"
|
||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ description = "Glium renderer for the imgui crate"
|
|||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
documentation = "https://docs.rs/imgui-glium-renderer"
|
documentation = "https://docs.rs/imgui-glium-renderer"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui", "rendering"]
|
categories = ["gui", "rendering"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@ -5,7 +5,7 @@ edition = "2018"
|
|||||||
description = "glow renderer for the imgui crate"
|
description = "glow renderer for the imgui crate"
|
||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui", "rendering"]
|
categories = ["gui", "rendering"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@ -7,7 +7,7 @@ description = "sdl2 support code for the imgui crate"
|
|||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
documentation = "https://docs.rs/imgui-sdl2-support"
|
documentation = "https://docs.rs/imgui-sdl2-support"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ description = "Raw FFI bindings to dear imgui"
|
|||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
documentation = "https://docs.rs/imgui-sys"
|
documentation = "https://docs.rs/imgui-sys"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui", "external-ffi-bindings"]
|
categories = ["gui", "external-ffi-bindings"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
links = "imgui"
|
links = "imgui"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ edition = "2021"
|
|||||||
description = "combined platform + renderer using the docking branch viewport feature"
|
description = "combined platform + renderer using the docking branch viewport feature"
|
||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ description = "winit support code for the imgui crate"
|
|||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
documentation = "https://docs.rs/imgui-winit-support"
|
documentation = "https://docs.rs/imgui-winit-support"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
@ -6,7 +6,7 @@ description = "High-level Rust bindings to dear imgui"
|
|||||||
homepage = "https://github.com/imgui-rs/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/imgui-rs/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
documentation = "https://docs.rs/imgui"
|
documentation = "https://docs.rs/imgui"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
categories = ["gui", "api-bindings"]
|
categories = ["gui", "api-bindings"]
|
||||||
readme = "../README.markdown"
|
readme = "../README.markdown"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user