# 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 = "bufro" version = "0.2.10" authors = ["Aspect"] description = "2D vector graphics with C and Rust API" readme = "README.md" keywords = ["graphics", "canvas", "drawing", "gpu", "opengl"] categories = ["graphics"] license = "GPL-3.0" repository = "https://github.com/UE2020/bufro" resolver = "2" [lib] crate-type = ["cdylib", "lib"] [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.libc] version = "0.2.101" [dependencies.log] version = "0.4" [dependencies.lyon] version = "0.17.5" [dependencies.ordered-float] version = "2.7.0" [dependencies.owned_ttf_parser] version = "0.12.1" [dependencies.pollster] version = "0.2" [dependencies.raw-window-handle] version = "0.3.3" [dependencies.wgpu] version = "0.11.0" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.winit] version = "0.25"