# 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 = "rsgt" version = "0.3.5" authors = ["Overtime Coder"] exclude = [ "src/icon.png", "img/show_window.png", ] description = "Rust simple GUI Toolkit" readme = "README.md" keywords = [ "rsgt", "gui", ] categories = ["gui"] license = "MIT" repository = "https://github.com/OvertimeCoder/RSGT" [profile.release] codegen-units = 1 panic = "abort" [dependencies.image] version = "0.24.5" [dependencies.pollster] version = "0.2.5" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.rsgt_core] version = "0.1.0" [dependencies.rsgt_wgpu] version = "0.1.0" [dependencies.wgpu] version = "0.14.2" [dependencies.winit] version = "0.27.5" [dev-dependencies.msgbox] version = "0.7.0" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "winuser", "commdlg", "winbase", "libloaderapi", "sysinfoapi", "shellapi", "combaseapi", "objbase", "shobjidl", "winerror", "commctrl", ] [target."cfg(windows)".dependencies.windows-sys] version = "0.42.0" features = [ "Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_UI_WindowsAndMessaging", ]