# 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_mesh" version = "0.19.0" authors = ["mitchmindtree "] description = "The mesh abstraction shared between nannou's `Draw` and `Ui` abstractions." homepage = "https://nannou.cc" readme = "README.md" license = "MIT" repository = "https://github.com/nannou-org/nannou.git" resolver = "2" [dependencies.nannou_core] version = "0.19.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] serde1 = [ "nannou_core/serde", "serde", ]