chessground 0.4.0

A chessboard widget for Relm/GTK
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "chessground"
version = "0.4.0"
authors = ["Niklas Fiekas <niklas.fiekas@backscattering.de>"]
description = "A chessboard widget for Relm/GTK"
readme = "README.md"
keywords = ["chess"]
categories = ["games", "gui"]
license = "GPL-3.0+"
repository = "https://github.com/niklasf/rust-chessground"
[dependencies.cairo-rs]
version = "0.3.0"

[dependencies.gdk]
version = "0.7.0"

[dependencies.gtk]
version = "0.3.0"

[dependencies.option-filter]
version = "1.0"

[dependencies.relm]
version = "0.11"

[dependencies.relm-derive]
version = "0.11"

[dependencies.rsvg]
version = "0.3.0"

[dependencies.shakmaty]
version = "0.4"

[dependencies.time]
version = "0.1"
[dev-dependencies.rand]
version = "0.3"

[dev-dependencies.relm-attributes]
version = "0.11"