# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "epoxy" version = "0.1.0" authors = ["Maxwell Koo "] build = "build/main.rs" description = "Rust bindings for libepoxy, an OpenGL function pointer manager." keywords = ["epoxy", "libepoxy", "opengl", "gl", "gtk"] license = "Apache-2.0" repository = "https://github.com/mjkoo/epoxy-rs" [dependencies.libc] version = "0.2" [dependencies.shared_library] version = "0.1" [build-dependencies.gl_generator] version = "0.9" [build-dependencies.pkg-config] version = "0.3" [features] debug_marker = [] default = ["gl_generator/unstable_generator_utils"]