# 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-canvas-2d" version = "0.4.0" authors = ["Nicolas "] build = false exclude = ["examples"] autobins = false autoexamples = false autotests = false autobenches = false description = "Add canvas functionality to macroquad." readme = "README.md" keywords = [ "macroquad", "gamedev", ] categories = ["game-development"] license = "Apache-2.0" repository = "https://github.com/nicolas-sabbatini/macroquad-canvas-2d" [profile.dev.package."*"] opt-level = 3 [lib] name = "macroquad_canvas_2d" path = "src/lib.rs" [dependencies.macroquad] version = "0.4"