# 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 = "nannou_conrod" version = "0.18.0" authors = ["mitchmindtree "] description = "Simplifies creating conrod GUIs in nannou apps." homepage = "https://nannou.cc" readme = "README.md" license = "MIT" repository = "https://github.com/nannou-org/nannou.git" resolver = "2" [dependencies.conrod_core] version = "0.76" [dependencies.conrod_wgpu] version = "0.76" [dependencies.conrod_winit] version = "0.76" [dependencies.nannou] version = "0.18.0" default-features = false [dependencies.winit] version = "0.25" [features] default = ["notosans"] notosans = ["nannou/notosans"]