# 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 = "notan_winit" version = "0.12.1" authors = ["Nazarí González "] description = "Provides a native backend using winit for Notan" homepage = "https://github.com/Nazariglez/notan" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Nazariglez/notan" [dependencies.arboard] version = "3.2.1" optional = true default-features = false [dependencies.glutin] version = "0.30.10" [dependencies.glutin-winit] version = "0.3.0" [dependencies.image] version = "0.24.7" features = [ "jpeg", "png", "ico", ] default-features = false [dependencies.log] version = "0.4.20" [dependencies.mime_guess] version = "2.0.4" optional = true [dependencies.notan_app] version = "0.12.1" [dependencies.notan_audio] version = "0.12.1" optional = true [dependencies.notan_core] version = "0.12.1" [dependencies.notan_glow] version = "0.12.1" [dependencies.notan_input] version = "0.12.1" optional = true [dependencies.notan_oddio] version = "0.12.1" optional = true [dependencies.raw-window-handle] version = "0.5.2" [dependencies.webbrowser] version = "0.8.12" optional = true [dependencies.winit] version = "0.28.6" [features] audio = [ "notan_app/audio", "notan_audio", "notan_oddio", ] clipboard = [ "arboard", "notan_input", ] drop_files = ["mime_guess"] links = ["webbrowser"]