# 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 = "plutonium_engine" version = "0.1.0" authors = ["Zeke Barnett coding@zeke13.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A brief description of your crate" homepage = "https://zeke13.com" documentation = "https://docs.rs/plutonium" readme = "README.md" keywords = [ "wgpu", "rendering", "svg", ] categories = [ "graphics", "rendering", ] license = "Apache-2.0" repository = "https://github.com/zeke13dev/plutonium" [lib] name = "plutonium_engine" path = "src/lib.rs" [[example]] name = "camera" path = "examples/camera.rs" [[example]] name = "text" path = "examples/text.rs" [[example]] name = "texture_atlas" path = "examples/texture_atlas.rs" [[example]] name = "texture_svg" path = "examples/texture_svg.rs" [dependencies.bytemuck] version = "1.14.1" features = ["derive"] [dependencies.env_logger] version = "0.11.1" [dependencies.fontdb] version = "0.17.0" [dependencies.futures] version = "0.3.30" [dependencies.glyphon] version = "0.5.0" [dependencies.image] version = "0.25.1" [dependencies.pollster] version = "0.3.0" [dependencies.resvg] version = "0.41.0" [dependencies.smol_str] version = "0.2.1" [dependencies.tiny-skia] version = "0.11.3" [dependencies.tokio] version = "1.37.0" [dependencies.wgpu] version = "0.20.0" [dependencies.winit] version = "0.30.0"