# 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 = "graphics" version = "0.3.0" authors = ["David O'Connor "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple 3D graphics engine with integrated GUI" documentation = "https://docs.rs/graphics" readme = "README.md" keywords = [ "graphics", "engine", ] categories = [ "rendering", "graphics", ] license = "MIT" repository = "https://github.com/David-OConnor/graphics_wgpu" [lib] name = "graphics" path = "src/lib.rs" [dependencies.egui] version = "^0.29.1" [dependencies.egui-wgpu] version = "^0.29.1" [dependencies.egui-winit] version = "^0.29.1" [dependencies.image] version = "^0.25.2" [dependencies.lin-alg] version = "^1.0" features = ["computer_graphics"] package = "lin-alg2" [dependencies.obj] version = "^0.10.2" [dependencies.pollster] version = "^0.4.0" [dependencies.wgpu] version = "^22.1.0" [dependencies.winit] version = "^0.30.5"