# 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 = "ajour-widgets" version = "1.0.1" authors = ["Casper Rogild Storm", "tarkah "] description = "Widget library for Ajour" homepage = "https://github.com/ajour/ajour" license = "MIT" repository = "https://github.com/ajour/ajour" [dependencies.iced_core] version = "0.3" [dependencies.iced_glow] version = "0.1" optional = true [dependencies.iced_graphics] version = "0.1" [dependencies.iced_native] version = "0.3" [dependencies.iced_wgpu] version = "0.3" optional = true [features] default = [] opengl = ["iced_glow"] wgpu = ["iced_wgpu"]