# 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 = "GraphicsEngine" version = "0.2.2" authors = ["Luca Moser"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This is my try at making an api to use for Graphics in Rust. It uses the winapi crate and focuses on making it easy to create and modify Windows" readme = "README.md" license = "MIT" repository = "https://github.com/MonsterLuni/GraphicsEngine" [lib] name = "GraphicsEngine" path = "src/lib.rs" [[bin]] name = "GraphicsEngine" path = "src/main.rs" [dependencies.winapi] version = "0.3.9" features = [ "minwindef", "windef", "libloaderapi", "wingdi", "winuser", ]