# 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 = "2018" name = "iced_solstice" version = "0.2.0" authors = ["Tanner Rogalsky "] description = "A solstice renderer for iced" license = "MIT" resolver = "2" [dependencies.bytemuck] version = "1.7" [dependencies.euclid] version = "0.22" [dependencies.glyph_brush] version = "0.7" [dependencies.iced_graphics] version = "0.3" features = ["font-fallback", "font-icons", "opengl"] [dependencies.iced_native] version = "0.5" [dependencies.log] version = "0.4" [dependencies.solstice] version = "0.1" features = ["derive"] [dependencies.solstice_glyph] version = "0.1" [features] canvas = ["iced_graphics/canvas"] default_system_font = ["iced_graphics/font-source"] image = [] qr_code = ["iced_graphics/qr_code"] svg = []