# 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] edition = "2018" name = "suzy" version = "0.2.0" authors = ["Violet "] description = "GUI framework based on observer pattern" homepage = "https://github.com/geeklint/suzy" readme = "README.md" keywords = ["gui", "kivy", "widgets"] license = "MPL-2.0" repository = "https://github.com/geeklint/suzy" [[example]] name = "image" required-features = ["platform_opengl"] [dependencies.drying_paint] version = "0.4.5" [dependencies.inline_tweak] version = "1.0.8" optional = true [dependencies.sdl2] version = "0.33" optional = true default-features = false [features] ci_build = ["platform_osmesa", "inline_tweak", "default_font"] default = ["sdl", "platform_osmesa_test", "inline_tweak", "default_font"] default_font = ["platform_opengl"] platform_opengl = [] platform_osmesa = ["platform_opengl"] platform_osmesa_test = ["platform_opengl"] sdl = ["sdl2", "platform_opengl"]