зеркало из https://github.com/mozilla/gecko-dev.git
53 строки
1.3 KiB
TOML
53 строки
1.3 KiB
TOML
# 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 believe there's an error in this file please file an
|
|
# issue against the rust-lang/cargo repository. If you're
|
|
# editing this file be aware that the upstream Cargo.toml
|
|
# will likely look very different (and much more reasonable)
|
|
|
|
[package]
|
|
edition = "2018"
|
|
name = "gfx-hal"
|
|
version = "0.9.0"
|
|
authors = ["The Gfx-rs Developers"]
|
|
description = "gfx-rs hardware abstraction layer"
|
|
homepage = "https://github.com/gfx-rs/gfx"
|
|
documentation = "https://docs.rs/gfx-hal"
|
|
keywords = ["graphics"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/gfx-rs/gfx"
|
|
|
|
[lib]
|
|
name = "gfx_hal"
|
|
path = "src/lib.rs"
|
|
[dependencies.bitflags]
|
|
version = "1.0"
|
|
|
|
[dependencies.external_memory]
|
|
version = "0.0.1"
|
|
package = "external-memory"
|
|
|
|
[dependencies.naga]
|
|
version = "0.5"
|
|
|
|
[dependencies.raw-window-handle]
|
|
version = "0.3"
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
features = ["serde_derive"]
|
|
optional = true
|
|
|
|
[dependencies.thiserror]
|
|
version = "1"
|
|
[dev-dependencies.gfx-backend-empty]
|
|
version = "0.9"
|
|
|
|
[features]
|
|
unstable = []
|