[package] name = "rstk" version = "0.3.0" authors = ["Peter Lane "] edition = "2021" categories = ["gui"] description = "A Rust binding for the Tk graphics toolkit. Tk is suitable for creating simple GUI programs or interactive graphical displays. This library supports a large portion of the Tk API, in a generally rust-like style." homepage = "https://peterlane.codeberg.page/rstk/" repository = "https://codeberg.org/peterlane/rstk/" keywords = ["gui", "tk"] license = "MIT" readme = "README.md" [dependencies] once_cell = "1.7.2"