# 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-win" version = "0.1.0-a1" authors = ["secext2022 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Windows support for pmse" readme = "README.md" keywords = ["pmse"] categories = [] license = "LGPL-3.0-or-later" repository = "https://github.com/fm-elpac/pmse-1" [[bin]] name = "pmse-win" path = "src/main.rs" [dependencies.env_logger] version = "^0.11.5" [dependencies.log] version = "^0.4.22" [dependencies.pmse-render] version = "^0.1.0-a2" [dependencies.raw-window-handle] version = "0.5" [dependencies.windows] version = "^0.58.0" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", ]