# 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 = "agpu" version = "0.1.2" description = "Abstract GPU Project" homepage = "https://github.com/lyricwulf/agpu" keywords = ["gpu", "graphics", "compute"] license = "MIT OR Apache-2.0" repository = "https://github.com/lyricwulf/agpu" resolver = "2" [dependencies.agpu-macro] version = "0.1.1" optional = true [dependencies.bytemuck] version = "1.7" [dependencies.egui] version = "0.17" features = ["convert_bytemuck"] optional = true [dependencies.futures] version = "0.3" [dependencies.half] version = "1.8" optional = true [dependencies.num-traits] version = "0.2" [dependencies.raw-window-handle] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.wgpu] version = "0.12" features = ["spirv"] [dependencies.winit] version = "0.26" optional = true [dev-dependencies.egui-winit] version = "0.17" [dev-dependencies.nalgebra] version = "0.30" [dev-dependencies.tracing-subscriber] version = "0.3" [features] default = ["profiler", "egui", "winit", "macro", "half"] macro = ["agpu-macro"] profiler = []