# 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-directx11" version = "0.6.0" authors = ["Nekomaru "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crate provides a Direct3D11 renderer for `egui`." readme = "README.md" keywords = [ "gui", "egui", "dx11", "d3d11", "directx11", ] categories = [ "gui", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Nekomaru-PKU/egui-directx11" [lib] name = "egui_directx11" path = "src/lib.rs" [[example]] name = "egui-demo" path = "examples/egui-demo.rs" [dependencies.egui] version = "0.29.1" [dependencies.log] version = "0.4.22" [dependencies.windows] version = "0.58.0" features = [ "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", ] [dev-dependencies.egui-winit] version = "0.29.1" default-features = false [dev-dependencies.egui_demo_lib] version = "0.29.1" [dev-dependencies.pretty_env_logger] version = "0.5.0" [dev-dependencies.winit] version = "0.30.5" features = ["rwh_06"] default-features = false