# 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 = "ori" version = "0.1.0-alpha.1" description = "A declarative ui framework for Rust" readme = "README.md" keywords = [ "gui", "graphics", "reactive", "native", ] categories = [ "gui", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ChangeCaps/ori" [profile.dev] opt-level = 1 debug = false [dependencies.ori-core] version = "0.1.0-alpha.0" [dependencies.ori-graphics] version = "0.1.0-alpha.0" [dependencies.ori-macro] version = "0.1.0-alpha.0" [dependencies.ori-wgpu] version = "0.1.0-alpha.0" optional = true [dependencies.ori-winit] version = "0.1.0-alpha.0" optional = true [features] default = [ "winit", "wgpu", ] wgpu = [ "ori-wgpu", "ori-winit/wgpu", ] winit = ["ori-winit"]