# 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 = "frug" version = "0.1.0" description = "A simple and learnable graphics library for rust" homepage = "https://santyarellano.github.io/frug_book/" readme = "Readme.md" keywords = [ "gamedev", "graphics", ] license = "MIT" repository = "https://github.com/santyarellano/frug" [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.12" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.env_logger] version = "0.10" [dependencies.image] version = "0.24" features = [ "png", "jpeg", ] default-features = true [dependencies.pollster] version = "0.2" [dependencies.rand] version = "0.8.5" [dependencies.wgpu] version = "0.15" [dependencies.winit] version = "0.28" [dependencies.winit_input_helper] version = "0.14"