# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "plotters-gtk4" version = "0.5.0" authors = ["Dave Patrick Caberto"] description = "Plotters GTK4 Backend" homepage = "https://github.com/SeaDve/plotters-gtk4" documentation = "https://docs.rs/plotters-gtk4" readme = "README.md" keywords = [ "gtk", "gtk4", "visualization", "plotting", "drawing", ] categories = [ "visualization", "gui", ] license = "MIT" repository = "https://github.com/SeaDve/plotters-gtk4" [dependencies.gtk] version = "0.9" features = ["v4_14"] package = "gtk4" [dependencies.pangocairo] version = "0.20" [dependencies.plotters-backend] version = "0.3"