# 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 = "raylib5-sys" version = "1.0.0" authors = ["Rhelv "] description = "Low level bindings to Raylib v5. For Windows X64 only." homepage = "https://github.com/Rhelvetican/raylib5-sys" readme = "README.md" license = "MIT" repository = "https://github.com/Rhelvetican/raylib5-sys" [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 strip = true [build-dependencies.bindgen] version = "0.69.4"