# 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 = "macroquad" version = "0.4.13" authors = ["not-fl3 "] description = """ Simple and easy to use graphics library """ homepage = "https://github.com/not-fl3/macroquad" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/not-fl3/macroquad" [package.metadata.android] assets = "examples/" [package.metadata.docs.rs] all-features = true [profile.dev.package."*"] opt-level = 3 [dependencies.backtrace] version = "0.3.60" features = [ "std", "libbacktrace", ] optional = true default-features = false [dependencies.fontdue] version = "0.7" [dependencies.glam] version = "0.27" features = ["scalar-math"] [dependencies.image] version = "0.24" features = [ "png", "tga", ] default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.macroquad_macro] version = "0.1.8" [dependencies.miniquad] version = "=0.4.6" features = ["log-impl"] [dependencies.quad-rand] version = "0.2.1" [dependencies.quad-snd] version = "0.2" optional = true [dependencies.slotmap] version = "1.0" [dev-dependencies] [features] audio = ["quad-snd"] default = [] glam-serde = ["glam/serde"] log-rs = ["log"]