# 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 = "chinchilib" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A graphical prototyping library for my students" readme = "README.md" license-file = "LICENSE.txt" [lib] name = "chinchilib" path = "src/lib.rs" [[example]] name = "moving_pixel" path = "examples/moving_pixel.rs" [dependencies.array2d] version = "0.3.2" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pixels] version = "0.14.0" [dependencies.rgb] version = "0.8.50" [dependencies.winit] version = "0.30.5" features = [ "rwh_06", "rwh_05", "rwh_04", "x11", ] default-features = false [lints.rust]