# 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 = "2018" name = "albedo" version = "0.0.1-beta.0" authors = ["David Peicho "] exclude = ["assets/**/*", ".github/**/*", "crates/**/*"] description = "Data-driven graphics library for real-time visualization" readme = "README.md" keywords = ["graphics", "rendering", "raytracing", "albedo"] categories = ["graphics"] license = "MIT" repository = "https://github.com/albedo-engine/albedo" resolver = "2" [[example]] name = "ray_intersection_bvh" path = "examples/ray_intersection_bvh/main.rs" [dev-dependencies.enumflags2] version = "0.7.1" [dev-dependencies.glam] version = "0.11.2" [dev-dependencies.gltf] version = "0.15.2" [dev-dependencies.image] version = "0.23" features = ["hdr"] default-features = false [dev-dependencies.pollster] version = "0.2" [dev-dependencies.wgpu] version = "0.11.0" [dev-dependencies.winit] version = "0.25" features = ["web-sys"]