mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Updates for ownership transfer.
- Various links now point at the new imgui-rs/imgui-rs github repo. - As discussed, the `authors` entry in Cargo.toml now uses same text that appears in `LICENSE-MIT`, and doesn't list anybody directly.
This commit is contained in:
parent
a990a538b6
commit
767e8058fb
@ -2,10 +2,10 @@
|
|||||||
name = "imgui"
|
name = "imgui"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "High-level Rust bindings to dear imgui"
|
description = "High-level Rust bindings to dear imgui"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["gui", "api-bindings"]
|
categories = ["gui", "api-bindings"]
|
||||||
readme = "README.markdown"
|
readme = "README.markdown"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ Minimum Rust version: 1.43
|
|||||||
|
|
||||||
Wrapped Dear ImGui version: 1.79
|
Wrapped Dear ImGui version: 1.79
|
||||||
|
|
||||||
[](https://github.com/Gekkio/imgui-rs/actions)
|
[](https://github.com/imgui-rs/imgui-rs/actions)
|
||||||
[](https://crates.io/crates/imgui)
|
[](https://crates.io/crates/imgui)
|
||||||
[](https://docs.rs/imgui)
|
[](https://docs.rs/imgui)
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-examples"
|
name = "imgui-examples"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "imgui crate examples using Glium backend"
|
description = "imgui crate examples using Glium backend"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-gfx-examples"
|
name = "imgui-gfx-examples"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "imgui crate examples"
|
description = "imgui crate examples"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-gfx-renderer"
|
name = "imgui-gfx-renderer"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "gfx renderer for the imgui crate"
|
description = "gfx renderer for the imgui crate"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["gui", "rendering"]
|
categories = ["gui", "rendering"]
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-glium-renderer"
|
name = "imgui-glium-renderer"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "Glium renderer for the imgui crate"
|
description = "Glium renderer for the imgui crate"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["gui", "rendering"]
|
categories = ["gui", "rendering"]
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui-sys-bindgen"
|
name = "imgui-sys-bindgen"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "imgui-sys bindings updater"
|
description = "imgui-sys bindings updater"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-sys"
|
name = "imgui-sys"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "Raw FFI bindings to dear imgui"
|
description = "Raw FFI bindings to dear imgui"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["gui", "external-ffi-bindings"]
|
categories = ["gui", "external-ffi-bindings"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
|||||||
@ -2,10 +2,10 @@
|
|||||||
name = "imgui-winit-support"
|
name = "imgui-winit-support"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["The imgui-rs Developers"]
|
||||||
description = "winit support code for the imgui crate"
|
description = "winit support code for the imgui crate"
|
||||||
homepage = "https://github.com/Gekkio/imgui-rs"
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
||||||
repository = "https://github.com/Gekkio/imgui-rs"
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
categories = ["gui"]
|
categories = ["gui"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user