# 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] name = "uxui" version = "0.1.0-alpha.0" authors = ["Jacob Green"] build = "build.rs" description = "A cross-platform UI framework" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jacobrgreen114/uxui-rs" resolver = "2" [dependencies.freetype-rs] version = "0.34.0" [dependencies.futures] version = "0.3.29" [dependencies.glm] version = "0.2.3" [dependencies.image] version = "0.24.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.17" [dependencies.wgpu] version = "0.18.0" features = ["spirv"] default-features = false [dependencies.winit] version = "0.29.4" features = ["rwh_05"] default-features = false