1
0

Cargo.toml 405 B

123456789101112131415161718192021
  1. # Copyright © SixtyFPS GmbH <info@slint.dev>
  2. # SPDX-License-Identifier: MIT
  3. [package]
  4. name = "wgpu-texture"
  5. version = "0.0.0"
  6. edition = "2021"
  7. license = "MIT"
  8. publish = false
  9. [features]
  10. default = ["desktop"]
  11. desktop = ["dioxus/desktop"]
  12. native = ["dioxus/native"]
  13. [dependencies]
  14. dioxus-native = { path = "../../packages/native" }
  15. dioxus = { workspace = true }
  16. wgpu = "24"
  17. bytemuck = "1"
  18. color = "0.3"