[package] name = "chessground" version = "0.8.0" # remember to update html_root_url description = "A chessboard widget for Relm/GTK" repository = "https://github.com/niklasf/rust-chessground" readme = "README.md" license = "GPL-3.0+" authors = ["Niklas Fiekas "] categories = ["games", "gui"] keywords = ["chess"] [dependencies] option-filter = "1.0" gtk = "0.4.0" gdk = "0.8.0" cairo-rs = "0.4.1" rsvg = "0.4.0" time = "0.1" relm = "0.14" relm-derive = "0.14" shakmaty = "0.8" [dev-dependencies] rand = "0.5" relm-attributes = "0.14"