# 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 = "sapp-linux" version = "0.1.15" authors = ["not-fl3 "] build = "build.rs" include = ["src/", "build.rs", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE", "README.md"] description = "Part of miniquad rendering library. \nOrignally this was a sokol-app C code transpiled to rust with c2rust and partially rewritten to more idiomatic rust.\n" homepage = "https://github.com/not-fl3/miniquad" license = "MIT/Apache-2.0" [dependencies.libc] version = "0.2"