rider/rider-editor/Cargo.toml
Adrian Woźniak 7c01076cc1
More tests (#21)
* More tests

* Add some tests, refactor code

* Some additional tests

* Add some tests

* Add some tests

* Add pixel based tests for UI

* Add some tests

* Fix surface format

* Fix surface format
2020-05-13 20:55:58 +02:00

25 lines
668 B
TOML

[package]
name = "rider-editor"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
[dependencies]
rider-config = { path = "../rider-config", version = "0.1.0" }
rider-lexers = { path = "../rider-lexers", version = "0.1.0" }
rider-themes = { path = "../rider-themes", version = "0.1.0" }
rider-derive = { path = "../rider-derive", version = "0.1.0" }
rider-match-widget = { path = "../rider-match-widget", version = "0.1.0" }
rand = "0.5"
dirs = "*"
serde = "*"
serde_json = "*"
serde_derive = "*"
log = "*"
simplelog = "*"
lazy_static = "*"
[dependencies.sdl2]
version = "0.31.0"
features = ["gfx", "image", "mixer", "ttf"]