mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Release: 0.1.0-rc.2
This commit is contained in:
parent
9ed1394fc2
commit
23cdd8b597
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui"
|
name = "imgui"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
||||||
description = "High-level Rust bindings to dear imgui"
|
description = "High-level Rust bindings to dear imgui"
|
||||||
@ -17,7 +17,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
|||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
glium = { version = "0.25", default-features = false, optional = true }
|
glium = { version = "0.25", default-features = false, optional = true }
|
||||||
gfx = { version = "0.18", optional = true }
|
gfx = { version = "0.18", optional = true }
|
||||||
imgui-sys = { version = "0.1.0-pre", path = "imgui-sys" }
|
imgui-sys = { version = "0.1.0-rc.2", path = "imgui-sys" }
|
||||||
lazy_static = "1.1"
|
lazy_static = "1.1"
|
||||||
parking_lot = "0.8"
|
parking_lot = "0.8"
|
||||||
|
|
||||||
|
|||||||
20
imgui-examples/Cargo.lock
generated
20
imgui-examples/Cargo.lock
generated
@ -395,11 +395,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui"
|
name = "imgui"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui-sys 0.1.0-pre",
|
"imgui-sys 0.1.0-rc.2",
|
||||||
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@ -411,31 +411,31 @@ dependencies = [
|
|||||||
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
"imgui-glium-renderer 0.1.0-pre",
|
"imgui-glium-renderer 0.1.0-rc.2",
|
||||||
"imgui-winit-support 0.1.0-pre",
|
"imgui-winit-support 0.1.0-rc.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-glium-renderer"
|
name = "imgui-glium-renderer"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glium 0.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-sys"
|
name = "imgui-sys"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-winit-support"
|
name = "imgui-winit-support"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -13,6 +13,6 @@ publish = false
|
|||||||
clipboard = "0.5"
|
clipboard = "0.5"
|
||||||
glium = { version = "0.25", default-features = true }
|
glium = { version = "0.25", default-features = true }
|
||||||
image = "0.21"
|
image = "0.21"
|
||||||
imgui = { version = "0.1.0-pre", path = "../" }
|
imgui = { version = "0.1.0-rc.2", path = "../" }
|
||||||
imgui-glium-renderer = { version = "0.1.0-pre", path = "../imgui-glium-renderer" }
|
imgui-glium-renderer = { version = "0.1.0-rc.2", path = "../imgui-glium-renderer" }
|
||||||
imgui-winit-support = { version = "0.1.0-pre", path = "../imgui-winit-support" }
|
imgui-winit-support = { version = "0.1.0-rc.2", path = "../imgui-winit-support" }
|
||||||
|
|||||||
20
imgui-gfx-examples/Cargo.lock
generated
20
imgui-gfx-examples/Cargo.lock
generated
@ -436,11 +436,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui"
|
name = "imgui"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui-sys 0.1.0-pre",
|
"imgui-sys 0.1.0-rc.2",
|
||||||
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
@ -456,32 +456,32 @@ dependencies = [
|
|||||||
"gfx_window_glutin 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gfx_window_glutin 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
"glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"image 0.21.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
"imgui-gfx-renderer 0.1.0-pre",
|
"imgui-gfx-renderer 0.1.0-rc.2",
|
||||||
"imgui-winit-support 0.1.0-pre",
|
"imgui-winit-support 0.1.0-rc.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-gfx-renderer"
|
name = "imgui-gfx-renderer"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"gfx 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-sys"
|
name = "imgui-sys"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imgui-winit-support"
|
name = "imgui-winit-support"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"imgui 0.1.0-pre",
|
"imgui 0.1.0-rc.2",
|
||||||
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winit 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
@ -20,9 +20,9 @@ gfx_device_gl = "0.16"
|
|||||||
gfx_window_glutin = "0.31"
|
gfx_window_glutin = "0.31"
|
||||||
glutin = "0.21"
|
glutin = "0.21"
|
||||||
image = "0.21"
|
image = "0.21"
|
||||||
imgui = { version = "0.1.0-pre", path = "../" }
|
imgui = { version = "0.1.0-rc.2", path = "../" }
|
||||||
imgui-gfx-renderer = { version = "0.1.0-pre", path = "../imgui-gfx-renderer" }
|
imgui-gfx-renderer = { version = "0.1.0-rc.2", path = "../imgui-gfx-renderer" }
|
||||||
imgui-winit-support = { version = "0.1.0-pre", path = "../imgui-winit-support" }
|
imgui-winit-support = { version = "0.1.0-rc.2", path = "../imgui-winit-support" }
|
||||||
|
|
||||||
[target.'cfg(windows)'.dev-dependencies]
|
[target.'cfg(windows)'.dev-dependencies]
|
||||||
gfx_device_dx11 = "0.8"
|
gfx_device_dx11 = "0.8"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui-gfx-renderer"
|
name = "imgui-gfx-renderer"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
||||||
description = "gfx renderer for the imgui crate"
|
description = "gfx renderer for the imgui crate"
|
||||||
@ -19,7 +19,7 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gfx = "0.18"
|
gfx = "0.18"
|
||||||
imgui = { version = "0.1.0-pre", path = "../", features = ["gfx"] }
|
imgui = { version = "0.1.0-rc.2", path = "../", features = ["gfx"] }
|
||||||
|
|
||||||
[target.'cfg(windows)'.build-dependencies]
|
[target.'cfg(windows)'.build-dependencies]
|
||||||
winapi = { version = "0.3", features = ["d3dcompiler"] }
|
winapi = { version = "0.3", features = ["d3dcompiler"] }
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui-glium-renderer"
|
name = "imgui-glium-renderer"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
||||||
description = "Glium renderer for the imgui crate"
|
description = "Glium renderer for the imgui crate"
|
||||||
@ -14,4 +14,4 @@ travis-ci = { repository = "Gekkio/imgui-rs" }
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
glium = { version = "0.25", default-features = false }
|
glium = { version = "0.25", default-features = false }
|
||||||
imgui = { version = "0.1.0-pre", path = "../", features = ["glium"] }
|
imgui = { version = "0.1.0-rc.2", path = "../", features = ["glium"] }
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui-sys"
|
name = "imgui-sys"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
||||||
description = "Raw FFI bindings to dear imgui"
|
description = "Raw FFI bindings to dear imgui"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "imgui-winit-support"
|
name = "imgui-winit-support"
|
||||||
version = "0.1.0-pre"
|
version = "0.1.0-rc.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
||||||
description = "winit support code for the imgui crate"
|
description = "winit support code for the imgui crate"
|
||||||
@ -13,5 +13,5 @@ categories = ["gui"]
|
|||||||
travis-ci = { repository = "Gekkio/imgui-rs" }
|
travis-ci = { repository = "Gekkio/imgui-rs" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
imgui = { version = "0.1.0-pre", path = "../" }
|
imgui = { version = "0.1.0-rc.2", path = "../" }
|
||||||
winit = ">= 0.16, <= 0.19"
|
winit = ">= 0.16, <= 0.19"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user