# 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 = "bly-dx2d" version = "0.1.0" authors = ["Lattexshz"] description = "Direct2D backend for Bly" license = "MIT" repository = "https://github.com/Lattexshz/Bly" resolver = "1" [dependencies.bly-ac] version = "0.1.0" [dev-dependencies.winit] version = "0.28.1" [target."cfg(windows)".dependencies.windows] version = "0.38.0" features = [ "Foundation_Numerics", "Win32_Foundation", "Win32_Graphics_Direct2D_Common", "Win32_Graphics_Direct3D", "Win32_Graphics_Direct3D11", "Win32_Graphics_Dxgi_Common", "Win32_System_Performance", "Win32_System_SystemInformation", "Win32_UI_Animation", "Win32_UI_WindowsAndMessaging", ]