mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
* Initial Commit * Remove now-redundant `format` import * Update CHANGELOG.md * Appropriately feature-gate `texture_format_serialize` test * Remove `alloc` feature Also fixed some documentation links and a Wasm `std` import * Revert change to `Serialize` for `TextureFormat` * Combine use statements * Switch from `PathBuf` to `String` * Consider environmental flags as unset on `no_std` * Fix missing `format!` * Add new CI tasks for `no_std` testing * Comment out known failing CI matrix option * Update all usage of `Dx12Compiler::DynamicDxc` * Added comments to CI * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * CI Touchups --------- Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
20 lines
398 B
TOML
20 lines
398 B
TOML
[package]
|
|
name = "lock-analyzer"
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
keywords.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
ron.workspace = true
|
|
anyhow.workspace = true
|
|
|
|
[dependencies.serde]
|
|
workspace = true
|
|
features = ["default", "serde_derive"]
|