# 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 = "pmse-gtk" version = "0.1.0-a1" authors = ["secext2022 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GTK4 wrapper for pmse" readme = "README.md" keywords = ["pmse"] categories = [] license = "LGPL-3.0-or-later" repository = "https://github.com/fm-elpac/pmse-1" [lib] name = "pmse_gtk" path = "src/lib.rs" [dependencies.adw] version = "^0.7.0" features = ["v1_1"] package = "libadwaita" [dependencies.gdk4] version = "^0.9.0" features = ["v4_6"] [dependencies.gdk4-wayland] version = "^0.9.1" features = ["wayland_crate"] [dependencies.gtk4] version = "^0.9.1" features = ["v4_6"] [dependencies.raw-window-handle] version = "0.5" [dependencies.wayland-backend] version = "^0.3.7" features = [ "client_system", "raw-window-handle", ]