123456789101112131415161718192021 |
- # Copyright © SixtyFPS GmbH <info@slint.dev>
- # SPDX-License-Identifier: MIT
- [package]
- name = "wgpu-texture"
- version = "0.0.0"
- edition = "2021"
- license = "MIT"
- publish = false
- [features]
- default = ["desktop"]
- desktop = ["dioxus/desktop"]
- native = ["dioxus/native"]
- [dependencies]
- dioxus-native = { path = "../../packages/native" }
- dioxus = { workspace = true }
- wgpu = "24"
- bytemuck = "1"
- color = "0.3"
|