-
Notifications
You must be signed in to change notification settings - Fork 31
/
Cargo.toml
36 lines (29 loc) · 879 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
27
28
29
30
31
32
33
34
35
36
[package]
name = "piston2d-gfx_graphics"
version = "0.81.0"
authors = ["bvssvni <[email protected]>"]
keywords = ["graphics", "2d", "gfx", "piston"]
description = "A Gfx 2D back-end for the Piston game engine"
license = "MIT"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/gfx_graphics.git"
homepage = "https://github.com/PistonDevelopers/gfx_graphics"
documentation = "https://docs.rs/piston2d-gfx_graphics"
exclude = ["assets/*", "*.png", "Cargo.dot"]
[lib]
name = "gfx_graphics"
[dependencies]
gfx = "0.18.1"
draw_state = "0.8.0"
piston-shaders_graphics2d = "0.4.0"
piston-gfx_texture = "0.45.0"
shader_version = "0.7.0"
[dependencies.piston2d-graphics]
version = "0.44.0"
features = ["glyph_cache_rusttype"]
[dev-dependencies]
pistoncore-glutin_window = "0.72.0"
piston = "1.0.0"
find_folder = "0.3.0"
gfx_device_gl = "0.16.2"
image = "0.25.1"