mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
18 lines
424 B
TOML
18 lines
424 B
TOML
[package]
|
|
name = "uw8-window"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
winit = "0.26.1"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
wgpu = "0.13.1"
|
|
pollster = "0.2"
|
|
bytemuck = { version = "1.4", features = [ "derive" ] }
|
|
anyhow = "1"
|
|
minifb = { version = "0.23.0", default-features = false, features = ["x11"] }
|
|
winapi = "0.3.9"
|