# 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 = "egui-d3d9" version = "0.3.7" authors = ["unknowntrojan"] description = "D3D9 backend for egui" readme = "README.md" license = "MIT" repository = "https://github.com/unknowntrojan/egui-d3d9" [dependencies.clipboard] version = "0.5.0" [dependencies.egui] version = "0.23.0" [dependencies.windows] version = "0.52.0" features = [ "Win32_UI_Input_KeyboardAndMouse", "Win32_System_WindowsProgramming", "Win32_UI_WindowsAndMessaging", "Win32_Graphics_Direct3D_Fxc", "Win32_System_SystemServices", "Win32_Graphics_Dxgi_Common", "Win32_UI_Controls_RichEdit", "Win32_Graphics_Direct3D9", "Win32_System_DataExchange", "Win32_Graphics_Dxgi", "Win32_Graphics_Hlsl", "Win32_System_Memory", "Win32_Foundation", "Foundation_Numerics", "Wdk_System_SystemInformation", ] [features] silent = []