mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
15 lines
460 B
TOML
15 lines
460 B
TOML
[package]
|
|
name = "imgui-winit-support"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
description = "winit support code for the imgui crate"
|
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
|
documentation = "https://docs.rs/imgui-winit-support"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = ["gui"]
|
|
|
|
[dependencies]
|
|
imgui = { version = "0.11.0", path = "../imgui" }
|
|
winit = { version = "0.29.3", default-features = false }
|