# 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 = "gfx-gtk" version = "0.4.0" authors = ["Nicola Orru "] description = "Integration helper for embedding GFX rendering in a gtk::GlArea" keywords = ["gfx", "gtk", "glarea", "epoxy", "opengl"] license = "Apache-2.0" repository = "https://github.com/itadinanta/gfx-gtk" [lib] name = "gfx_gtk" crate-type = ["lib"] path = "src/lib.rs" [dependencies.epoxy] version = "0.1.0" [dependencies.gdk] version = "0.9" features = ["v3_16"] [dependencies.gfx] version = "0.18" [dependencies.gfx_device_gl] version = "0.16" [dependencies.gl] version = "0.10" [dependencies.gtk] version = "0.5" features = ["v3_16"] [dependencies.libc] version = "0.2" [dependencies.shared_library] version = "0.1" [dev-dependencies.cgmath] version = "0.16"