rustation/Cargo.toml
Yamakaky 2793e4211e Migrate to glium.
I tried to follow the existing code as close as possible. It should be
equivalent.

- Remove buffer.rs, error.rs and shader.rs to use glium builtins
- Remove automatic color normalization (see
  https://github.com/tomaka/glium/issues/1313)
- Add a Vertex struct
- Modifie Color and Position
2015-10-24 15:24:40 +02:00

19 lines
456 B
TOML

[package]
name = "rustation"
version = "0.0.1"
authors = ["Lionel Flandrin <lionel.flandrin@gmail.com>"]
description = "A PlayStation emulator"
homepage = "https://github.com/simias/rustation"
repository = "https://github.com/simias/rustation"
documentation = "https://github.com/simias/rustation/wiki"
readme = "README.md"
license = "GPL-2.0+"
keywords = ["emulator", "playstation"]
[dependencies]
glium = "0.10.0"
glium_sdl2 = "0.8.0"
sdl2 = "0.9.1"