# 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" version = "0.1.22" authors = ["Jeffrey McAteer "] description = "A low-level cross-platform GUI library" documentation = "https://docs.rs/rust-cgui/0.1.11/cgui/" license = "LGPL-2.0-only" repository = "https://git-community.cs.odu.edu/jmcateer/rust-cgui" [lib] name = "cgui" crate-type = ["rlib", "staticlib"] path = "src/lib.rs" [[bin]] name = "cgui-bin" path = "src/main.rs" [dependencies.cfg-if] version = "0.1.5" [dependencies.image] version = "0.20.0" [dependencies.libc] version = "0.2.43" [dependencies.scan_fmt] version = "0.1.3" [target."cfg(target_os=\"macos\")".dependencies.cocoa] version = "0.18.4" [target."cfg(target_os=\"macos\")".dependencies.objc] version = "0.2.5" [target."cfg(unix)".dependencies.x11-dl] version = "2.18.3" [target."cfg(windows)".dependencies.winapi] version = "0.3.6" features = ["winuser", "libloaderapi"]