forked from PistonDevelopers/conrod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
26 lines (24 loc) · 778 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "conrod_wgpu"
version = "0.72.0"
authors = [
"mitchmindtree <mitchell.nordine@gmail.com>",
]
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
description = "A crate to assist with rendering conrod UIs via wgpu."
license = "MIT OR Apache-2.0"
readme = "../../README.md"
repository = "https://github.com/pistondevelopers/conrod.git"
homepage = "https://github.com/pistondevelopers/conrod"
categories = ["gui"]
edition = "2018"
[dependencies]
conrod_core = { path = "../../conrod_core", version = "0.72" }
wgpu = "0.7"
[dev-dependencies]
conrod_example_shared = { path = "../conrod_example_shared", version = "0.72" }
conrod_winit = { path = "../conrod_winit", version = "0.72" }
find_folder = "0.3"
futures = "0.3"
image = "0.23"
winit = "0.24"