# 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] edition = "2018" name = "swsurface" version = "0.1.4" authors = ["yvt "] description = "Software-rendered surface for winit" readme = "README.md" keywords = ["graphics"] license = "MIT/Apache-2.0" repository = "https://github.com/yvt/swsurface-rs" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.owning_ref] version = "0.4.0" [dependencies.winit] version = "0.20" [dev-dependencies.image] version = "0.22.2" [dev-dependencies.rand] version = "0.6.5" [dev-dependencies.simple_logger] version = "1" [dev-dependencies.tar] version = "0.4.26" [dev-dependencies.zstd] version = "0.4.14" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.objc] version = "0.2.6" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.calloop] version = "0.4.2" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.either] version = "1.5.2" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.fragile] version = "0.3.0" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.smithay-client-toolkit] version = "0.6" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.wayland-client] version = "0.23.0" features = ["dlopen", "eventloop"] [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.wayland-sys] version = "0.23.5" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.x11-dl] version = "2.18.3" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.18" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.6" [target."cfg(target_os = \"macos\")".dependencies.core-graphics] version = "0.17" [target."cfg(target_os = \"windows\")".dependencies.winapi] version = "0.3.6" features = ["wingdi", "winuser"] [badges.maintenance] status = "passively-maintained"