# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "iced_glutin" version = "0.8.0" authors = ["Héctor Ramón Jiménez "] description = "A glutin runtime for Iced" documentation = "https://docs.rs/iced_glutin" readme = "README.md" keywords = [ "gui", "ui", "graphics", "interface", "widgets", ] categories = ["gui"] license = "MIT" repository = "https://github.com/iced-rs/iced" [dependencies.glutin] version = "0.29" [dependencies.iced_graphics] version = "0.8" features = ["opengl"] [dependencies.iced_native] version = "0.10" [dependencies.iced_winit] version = "0.9" features = ["application"] [dependencies.log] version = "0.4" [dependencies.tracing] version = "0.1.6" optional = true [features] debug = ["iced_winit/debug"] system = ["iced_winit/system"] trace = ["iced_winit/trace"]