# 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 = "2018" name = "screen-selector" version = "0.1.1" authors = ["Emmanuel Gil Peyrot "] description = "A reimplementation of Unity’s ScreenSelector.so plugin, using GTK 4" homepage = "https://linkmauve.fr/dev/screen-selector/" keywords = ["unity", "plugin", "gtk"] categories = ["game-development", "gui"] license = "GPL-3.0-only" repository = "https://git.linkmauve.fr/screen-selector.git" [package.metadata.docs.rs] no-default-features = true [profile.release] lto = true panic = "abort" [lib] crate-type = ["cdylib"] [dependencies.gtk] version = "0.2" optional = true package = "gtk4" [dependencies.once_cell] version = "1.8" [build-dependencies.gbuild] version = "0.1.0" optional = true [features] default = ["gui"] gui = ["gtk", "gbuild"]