# 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 = "rust-cgui-render" version = "0.1.2" authors = ["Jeffrey McAteer "] description = "A higher-level graphics library built on top of CGui." license = "LGPL-2.0-only" [lib] name = "cgui_render" crate-type = ["rlib", "dylib"] path = "src/lib.rs" [[bin]] name = "cgui-render" path = "src/main.rs" [dependencies.image] version = "0.20.0" [dependencies.imageproc] version = "0.16.0" [dependencies.libc] version = "0.2.43" [dependencies.rust-cgui] version = "0.1.12" [dependencies.rusttype] version = "0.5"