# 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-d3d11" version = "0.8.0" authors = ["sy1ntexx"] description = "D3D11 backend for egui library." license = "MIT" repository = "https://github.com/sy1ntexx/egui-d3d11" resolver = "1" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "i686-pc-windows-msvc", "x86_64-pc-windows-msvc", ] [lib] path = "src/lib.rs" [dependencies.clipboard] version = "0.5" [dependencies.egui] version = "0.19" [dependencies.lock_api] version = "0.4" [dependencies.once_cell] version = "1.13" [dependencies.parking_lot] version = "0.12" optional = true [dependencies.spin] version = "0.9" features = ["lock_api"] optional = true [dependencies.thiserror] version = "1.0" [dependencies.windows] version = "0.36" 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_Direct3D11", "Win32_System_DataExchange", "Win32_Graphics_Dxgi", "Win32_Graphics_Hlsl", "Win32_System_Memory", "Win32_Foundation", ] [features] clear = [] default = ["parking-lot"] force-compile = [] no-msgs = [] parking-lot = ["dep:parking_lot"] save-blob = [] spin-lock = ["dep:spin"]