# 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 = "2018" name = "miniquad" version = "0.4.7" authors = ["not-fl3 "] build = "build.rs" exclude = ["examples/"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Cross-platform window context and rendering library. """ homepage = "https://github.com/not-fl3/miniquad" readme = "README.md" keywords = [ "graphics", "3D", "opengl", "gamedev", "windowing", ] categories = ["rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/not-fl3/miniquad" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = true [lib] name = "miniquad" path = "src/lib.rs" [dev-dependencies.glam] version = "0.24" features = ["scalar-math"] [dev-dependencies.quad-rand] version = "0.1" [features] log-impl = [] [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc] version = "0.2" [target.'cfg(target_os = "android")'.dependencies.libc] version = "0.2" [target.'cfg(target_os = "android")'.dependencies.ndk-sys] version = "0.2" [target.'cfg(target_os = "linux")'.dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = [ "wingdi", "winuser", "libloaderapi", "windef", "shellscalingapi", "errhandlingapi", "windowsx", "winbase", "hidusage", ]